binary_negate< _Predicate > Class Template Reference

#include <_function.h>

Inheritance diagram for binary_negate< _Predicate >:

binary_function< _Arg1, _Arg2, _Result > List of all members.

Public Types

typedef _Base::first_argument_type first_argument_type
typedef _Base::second_argument_type second_argument_type

Public Member Functions

 binary_negate (const _Predicate &__x)
bool operator() (_FstArgParamType __x, _SndArgParamType __y) const

Protected Attributes

_Predicate _M_pred

Detailed Description

template<class _Predicate>
class binary_negate< _Predicate >

Definition at line 159 of file _function.h.


Member Typedef Documentation

template<class _Predicate>
typedef _Base::first_argument_type binary_negate< _Predicate >::first_argument_type

Reimplemented from binary_function< _Arg1, _Arg2, _Result >.

Definition at line 167 of file _function.h.

template<class _Predicate>
typedef _Base::second_argument_type binary_negate< _Predicate >::second_argument_type

Reimplemented from binary_function< _Arg1, _Arg2, _Result >.

Definition at line 168 of file _function.h.


Constructor & Destructor Documentation

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

Definition at line 175 of file _function.h.


Member Function Documentation

template<class _Predicate>
bool binary_negate< _Predicate >::operator() ( _FstArgParamType  __x,
_SndArgParamType  __y 
) const [inline]

Definition at line 176 of file _function.h.

References binary_negate< _Predicate >::_M_pred.


Member Data Documentation

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

Definition at line 173 of file _function.h.

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


The documentation for this class was generated from the following file:
  • /home/ntakagi/work/STLport-5.1.5/stlport/stl/_function.h



Generated on Mon Mar 10 15:32:58 2008 by  doxygen 1.5.1