#include <svdvisitor.hpp>
|
| static constexpr bool | value |
| |
template<typename T1, typename T2>
struct nodamushi::svd::is_same< T1, T2 >
Definition at line 248 of file svdvisitor.hpp.
◆ value
template<typename T1 , typename T2 >
Initial value:=
std::is_same<
typename std::remove_const<T1>::type,
typename std::remove_const<T2>::type>
::value
Definition at line 250 of file svdvisitor.hpp.
The documentation for this struct was generated from the following file: