bool before (const type_info& rhs) const;
bool before (const type_info& rhs) const noexcept;
true if the type identified by *this is considered to go before the type identified by rhs, and false otherwise. |
|
char goes before int in this implementation. |