STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
logical_not< _Ty > Struct Template Reference
Inheritance diagram for logical_not< _Ty >:
unary_function< _Ty, bool >

Public Member Functions

bool operator() (const _Ty &_Left) const
 

Additional Inherited Members

- Public Types inherited from unary_function< _Ty, bool >
typedef _Ty argument_type
 
typedef bool result_type
 

Member Function Documentation

template<class _Ty = void>
bool logical_not< _Ty >::operator() ( const _Ty &  _Left) const
inline
142  { // apply operator! to operand
143  return (!_Left);
144  }

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