type_info_t Class Reference
Detailed DescriptionDefinition at line 175 of file typeinfo.hpp. Member Function Documentation◆ before()
Compares the current object with x. Returns true if *this precedes x in the implementationís collation order. Definition at line 189 of file typeinfo.hpp. ◆ name()
Returns a null-terminated byte-string corresponding to the name of the type. Definition at line 182 of file typeinfo.hpp. ◆ requires_std_rtti()
Definition at line 192 of file typeinfo.hpp. Friends And Related Function Documentation◆ aggregate_type_info_t
Definition at line 209 of file typeinfo.hpp. ◆ operator<<
◆ operator==
Compares the current object with x. Returns true if the two values describe the same type. Definition at line 199 of file typeinfo.hpp. ◆ serialize
Definition at line 212 of file typeinfo.hpp. ◆ type_info
retruns the type_info_t object corresponding to the type T Definition at line 226 of file typeinfo.hpp. |