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

One of the negation functors. More...

#include <stl_function.h>

Inheritance diagram for std::unary_negate< _Predicate >:

std::unary_function< _Predicate::argument_type, bool > List of all members.

Public Member Functions

 unary_negate (const _Predicate &__x)
bool operator() (const typename _Predicate::argument_type &__x) const

Protected Attributes

_Predicate _M_pred

Detailed Description

template<class _Predicate>
class std::unary_negate< _Predicate >

One of the negation functors.

Definition at line 312 of file stl_function.h.


Constructor & Destructor Documentation

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

Definition at line 319 of file stl_function.h.


Member Function Documentation

template<class _Predicate>
bool std::unary_negate< _Predicate >::operator() ( const typename _Predicate::argument_type &  __x  )  const [inline]

Definition at line 322 of file stl_function.h.

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


Member Data Documentation

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

Definition at line 316 of file stl_function.h.

Referenced by std::unary_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