compare_members_t< T, R, Compare > Class Template Reference | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Member Functions | |
| compare_members_t (R T::*member, Compare compare) | |
| bool | operator() (const R &x, const T &y) const |
| bool | operator() (const T &x, const R &y) const |
| bool | operator() (const T &x, const T &y) const |
Detailed Description
template<class T, typename R, class Compare>
class adobe::compare_members_t< T, R, Compare >
Definition at line 352 of file functional.hpp.
Constructor & Destructor Documentation
| compare_members_t | ( | R T::* | member, |
| Compare | compare | ||
| ) |
Definition at line 354 of file functional.hpp.
Member Function Documentation
| bool operator() | ( | const T & | x, |
| const T & | y | ||
| ) | const |
Definition at line 359 of file functional.hpp.
| bool operator() | ( | const R & | x, |
| const T & | y | ||
| ) | const |
Definition at line 365 of file functional.hpp.
| bool operator() | ( | const T & | x, |
| const R & | y | ||
| ) | const |
Definition at line 362 of file functional.hpp.

