| Whole document treeTemplatestd::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:  [legend]Collaboration diagram for std::binary_negate< _Predicate >:  [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] |  |  
 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] |  |  
 Member Data Documentation
 
  
    | 
        
          | template<class _Predicate> |  
          | _Predicate std::binary_negate< _Predicate >::_M_pred  [protected] |  |  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
  1.2.15 |