49class TypeTrait<datatype::
EBool> {
55 auto type = TypeClass::create(Type());
56 type.insert(
"FALSE", Type::False);
57 type.insert(
"TRUE", Type::True);
compound data type
Definition enum.hpp:51
Datatype TypeClass
subtype of Datatype which will be used
Definition type_trait.hpp:58
static TypeClass create(const T &=T())
create the new type instance
static const TypeClass & get(const T &=T())
reference to const static type instance
bool is_bool(const Enum &etype)
check if Enum is EBool
EBool
enumeration bool type
Definition ebool.hpp:42
@ False
indicates a false value
Definition ebool.hpp:43
@ True
indicates a true value
Definition ebool.hpp:44
top-level namespace of the entire library
Definition attribute.hpp:45
#define DLL_EXPORT
Definition windows.hpp:29