Luna::is_generic_struct_type
bool is_generic_struct_type(typeinfo_t type)
Checks whether one type is a generic structure type.
Parameters
-
in type
The type object to check.
Return value
Returns true if the specified type is a generic structure type. Returns false otherwise.
Valid Usage
typemust specify one valid type object.