cohtml::TypeToElementTypeWrapper

More…

#include <Property.h>

Public Attributes

Name
const ElementTypevalue

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;