Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
Utility class for adobe::compare_members. More...
#include <functional.hpp>
Public Member Functions | |
compare_members_t (R T::*member, Compare compare) | |
bool | operator() (const T &x, const T &y) const |
bool | operator() (const T &x, const R &y) const |
bool | operator() (const R &x, const T &y) const |
Definition at line 250 of file functional.hpp.
compare_members_t | ( | R T::* | member, |
Compare | compare ) |
Definition at line 251 of file functional.hpp.
bool operator() | ( | const T & | x, |
const T & | y ) const |
Definition at line 253 of file functional.hpp.
bool operator() | ( | const T & | x, |
const R & | y ) const |
Definition at line 255 of file functional.hpp.
bool operator() | ( | const R & | x, |
const T & | y ) const |
Definition at line 257 of file functional.hpp.