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

Static Public Member Functions

static result_type function (argument_type _Left)
 

Additional Inherited Members

- Public Types inherited from cliext::unary_function< _Arg_t, bool >
typedef _Arg_t argument_type
 
typedef bool result_type
 

Member Function Documentation

template<typename _Arg_t >
static result_type cliext::ref_logical_not< _Arg_t >::function ( argument_type  _Left)
inlinestatic
76  { // do the operation
77  return (!_Left);
78  }

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