less Struct Reference |
Public Types | |
typedef bool | result_type |
Public Member Functions | |
template<typename T > | |
bool | operator() (const T &x, const T &y) const |
bool | operator() (const std::type_info &x, const std::type_info &y) |
Detailed Description
Definition at line 52 of file operator.hpp.
Member Typedef Documentation
typedef bool result_type |
Definition at line 54 of file operator.hpp.
Member Function Documentation
bool operator() | ( | const T & | x, |
const T & | y | ||
) | const |
Definition at line 57 of file operator.hpp.
bool operator() | ( | const std::type_info & | x, |
const std::type_info & | y | ||
) |
Definition at line 59 of file operator.hpp.