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

Public Member Functions

bool operator() (const _Ty &_Left, const _Ty &_Right) const
 

Additional Inherited Members

- Public Types inherited from binary_function< _Ty, _Ty, bool >
typedef _Ty first_argument_type
 
typedef _Ty second_argument_type
 
typedef bool result_type
 

Member Function Documentation

template<class _Ty = void>
bool not_equal_to< _Ty >::operator() ( const _Ty &  _Left,
const _Ty &  _Right 
) const
inline
73  { // apply operator!= to operands
74  return (_Left != _Right);
75  }
const _Ty & _Right
Definition: algorithm:4087

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