Luna::is_multienum_type
bool is_multienum_type(typeinfo_t type)
Checks if the specified type is a multi-value enumeration type.
Parameters
-
in type
The type to query.
Return value
Returns true if the specified type is a multi-value enumeration type. Returns false otherwise.
Valid Usage
typemust specify one valid type object.