Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
#include <operator.hpp>
Public Types | |
typedef bool | result_type |
Public Member Functions | |
template<typename T> | |
bool | operator() (const T &x, const T &y) const |
template<typename T, typename U> | |
bool | operator() (const T &x, const U &y) const |
bool | operator() (const std::type_info &x, const std::type_info &y) const |
Definition at line 52 of file operator.hpp.
typedef bool result_type |
Definition at line 53 of file operator.hpp.
bool operator() | ( | const T & | x, |
const T & | y ) const |
Definition at line 56 of file operator.hpp.
bool operator() | ( | const T & | x, |
const U & | y ) const |
Definition at line 61 of file operator.hpp.
bool operator() | ( | const std::type_info & | x, |
const std::type_info & | y ) const |
Definition at line 65 of file operator.hpp.