Luna::is_generic_struct_instanced_type

bool is_generic_struct_instanced_type(typeinfo_t type)

Checks whether one type is a generic instanced structure type.

Parameters

  • in type

    The type object to check.

Return value

Returns true if the specified type is a generic instanced structure type. Returns false otherwise.

Valid Usage

  • type must specify one valid type object.