NSVD Reader  0.0.1
nodamushi::svd::normalized::is_same< T1, T2 > Struct Template Reference

#include <normalized_visitor.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename T1, typename T2>
struct nodamushi::svd::normalized::is_same< T1, T2 >

Definition at line 245 of file normalized_visitor.hpp.

Member Data Documentation

◆ value

template<typename T1 , typename T2 >
constexpr bool nodamushi::svd::normalized::is_same< T1, T2 >::value
static
Initial value:
=
std::is_same<
typename std::remove_const<T1>::type,
typename std::remove_const<T2>::type>::value

Definition at line 247 of file normalized_visitor.hpp.


The documentation for this struct was generated from the following file: