|
compare_members_t< T, R, Compare > Class Template Reference
Detailed Descriptiontemplate<class T, typename R, class Compare>
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 T & | x, |
| const R & | y | ||
| ) | const |
Definition at line 362 of file functional.hpp.
| bool operator() | ( | const R & | x, |
| const T & | y | ||
| ) | const |
Definition at line 365 of file functional.hpp.

