![]() |
![]()
| ![]() |
![]()
NAMEstd::type_info::before - std::type_info::before Synopsis bool before( const type_info& rhs ) const; (until
C++11)
Parametersrhs - another type information object to compare to Return value true if the type of this type_info precedes the type of rhs in
the implementation's
Example// Run this code
Possible output:char goes before int in this implementation. See also operator== checks whether the objects refer to the same type
|