std::binary_negate< _Predicate > Class Template Reference
[Negators]

One of the negation functors. More...

#include <stl_function.h>

Inheritance diagram for std::binary_negate< _Predicate >:

std::binary_function< _Predicate::first_argument_type, _Predicate::second_argument_type, bool > List of all members.

Public Member Functions

 binary_negate (const _Predicate &__x)
bool operator() (const typename _Predicate::first_argument_type &__x, const typename _Predicate::second_argument_type &__y) const

Protected Attributes

_Predicate _M_pred

Detailed Description

template<class _Predicate>
class std::binary_negate< _Predicate >

One of the negation functors.

Definition at line 334 of file stl_function.h.


Constructor & Destructor Documentation

template<class _Predicate>
std::binary_negate< _Predicate >::binary_negate ( const _Predicate &  __x  )  [inline, explicit]

Definition at line 343 of file stl_function.h.


Member Function Documentation

template<class _Predicate>
bool std::binary_negate< _Predicate >::operator() ( const typename _Predicate::first_argument_type &  __x,
const typename _Predicate::second_argument_type &  __y 
) const [inline]

Definition at line 347 of file stl_function.h.

References std::binary_negate< _Predicate >::_M_pred.


Member Data Documentation

template<class _Predicate>
_Predicate std::binary_negate< _Predicate >::_M_pred [protected]

Definition at line 340 of file stl_function.h.

Referenced by std::binary_negate< _Predicate >::operator()().


The documentation for this class was generated from the following file:
Generated on Tue Feb 2 16:59:09 2010 for GNU C++ STL by  doxygen 1.4.7