Luna::is_struct_type

bool is_struct_type(typeinfo_t type)

Checks whether one type is a structure type.

Parameters

  • in type

    The type object to check.

Return value

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

Valid Usage

  • type must specify one valid type object.