Comparison functor for type const std::type_info*.
Definition at line 62 of file stdtypeinfofunctors.inl.
Public Method Index: | |
| bool | operator() (Key lhs, Key rhs) const |
Invokes std::type_index::operator< on corresponding temporaries created from lhs and rhs.
| lhs | The left-hand side value. |
| rhs | The right-hand side value. |
true if lhs is "less" than rhs, false otherwise. Definition at line 69 of file stdtypeinfofunctors.inl.