cohtml::TypeToElementTypeWrapper
#include <Property.h>
Public Attributes
Name | |
---|---|
const ElementType | value |
Detailed Description
template <typename Type ,
bool v>
struct cohtml::TypeToElementTypeWrapper;
Public Attributes Documentation
variable value
static const ElementType value =
std::is_enum<Type>::value ?
ElementType::ET_UInt32 :
ElementType::ET_UserType;