Whole document tree
    

Whole document tree

Templatestd::binary_negate class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::binary_negate< _Predicate > Class Template Reference

#include <stl_function.h>

Inheritance diagram for std::binary_negate:

Inheritance graph
[legend]
Collaboration diagram for std::binary_negate< _Predicate >:

Collaboration graph
[legend]
List of all members.

Public Methods

 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

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


Constructor & Destructor Documentation

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

Definition at line 201 of file stl_function.h.

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


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 202 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 199 of file stl_function.h.

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


The documentation for this class was generated from the following file:
Generated on Mon Apr 8 03:18:19 2002 for libstdc++-v3 Source by doxygen1.2.15