is_type
Method of Object.
Overloads
| Name | Description |
|---|---|
is_type(const TypeInfo type) -> bool | Checks if the variable represents a type. |
is_type(const string t_type) -> bool | Checks if an object is of the specified type. |
is_type(const TypeInfo type) -> bool
Checks if the variable represents a type.
Parameters
- type: The type to check against.
is_type(const string t_type) -> bool
Checks if an object is of the specified type.
Parameters
- t_type: The type name to check against.