Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::unary_negate Class Template Reference

#include <stl_function.h>

Inheritance diagram for std::unary_negate:

Inheritance graph
[legend]
Collaboration diagram for std::unary_negate:

Collaboration graph
[legend]
List of all members.

Public Methods

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

Protected Attributes

_Predicate _M_pred

template<class _Predicate> class std::unary_negate


Constructor & Destructor Documentation

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

Definition at line 151 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 152 of file stl_function.h.


Member Data Documentation

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

Definition at line 149 of file stl_function.h.

Referenced by operator()().


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:33 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001