STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | List of all members
cliext::ref_greater< _Arg_t > Class Template Reference
Inheritance diagram for cliext::ref_greater< _Arg_t >:
cliext::binary_function< _Arg_t, _Arg_t, bool >

Static Public Member Functions

static result_type function (first_argument_type _Left, second_argument_type _Right)
 

Additional Inherited Members

- Public Types inherited from cliext::binary_function< _Arg_t, _Arg_t, bool >
typedef _Arg_t first_argument_type
 
typedef _Arg_t second_argument_type
 
typedef bool result_type
 

Member Function Documentation

template<typename _Arg_t >
static result_type cliext::ref_greater< _Arg_t >::function ( first_argument_type  _Left,
second_argument_type  _Right 
)
inlinestatic
240  { // do the operation
241  return (_Left > _Right);
242  }
const _Ty & _Right
Definition: algorithm:4087

The documentation for this class was generated from the following file: