MemberTypeBase< T, true, typename std::enable_if< std::is_base_of< InternedId, T >::value, typename SFINAEHelper< void, typename T::ValueType >::type >::type > Struct Template Reference

#include <datatype.h>

Public Types

using OrigType = T
 
using BaseType = typename InheritConst< typename T::ValueType, T >::type
 

Static Public Member Functions

static const InternedIdGetId ()
 

Static Public Attributes

static const Bool NAMED
 

Member Typedef Documentation

◆ OrigType

using OrigType = T

◆ BaseType

using BaseType = typename InheritConst<typename T::ValueType, T>::type

Member Function Documentation

◆ GetId()

static const InternedId& GetId ( )
static

Member Data Documentation

◆ NAMED

const Bool NAMED
static