Functor for greater than or equal to comparison of objects by their handles. More...
#include <compare_handle.h>
Public Types | |
| typedef Base::result_type | result_type | 
| The result type.  | |
| typedef Base::first_argument_type | first_argument_type | 
| The first argument type.  | |
| typedef Base::second_argument_type | second_argument_type | 
| The second argument type.  | |
Public Member Functions | |
| result_type | operator() (const first_argument_type x, const second_argument_type y) const | 
| Return true if the first object is greater than or equal to the second.  | |
Related Functions | |
(Note that these are not member functions.)  | |
| template<typename Handle > | |
| GreaterEqualByHandle< Handle > | constructGreaterEqualByHandle () | 
Return an GreaterEqualByHandle struct.   | |
Functor for greater than or equal to comparison of objects by their handles.
 1.6.3