Comparison functor for type const std::type_info*.
Definition at line 38 of file stdtypeinfofunctors.hpp.
#include <stdtypeinfofunctors.hpp>
Public Method Index: | |
| bool | operator() (Key lhs, Key rhs) const |
Invokes operator == with lhs and rhs.
| lhs | The left-hand side value. |
| rhs | The right-hand side value. |
true if the objects represent the same type, false otherwise. Definition at line 43 of file stdtypeinfofunctors.hpp.