Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::binary_negate< _Predicate > Class Template Reference

#include <ahFunction.H>

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

Public Member Functions

 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
 

Additional Inherited Members

- Public Types inherited from Aleph::binary_function< _Predicate::first_argument_type, _Predicate::second_argument_type, bool >
typedef _Predicate::first_argument_type first_argument_type
 
typedef _Predicate::second_argument_type second_argument_type
 
typedef bool result_type
 

Detailed Description

template<class _Predicate>
class Aleph::binary_negate< _Predicate >

Definition at line 275 of file ahFunction.H.

Constructor & Destructor Documentation

◆ binary_negate()

template<class _Predicate >
Aleph::binary_negate< _Predicate >::binary_negate ( const _Predicate __x)
inlineexplicit

Definition at line 286 of file ahFunction.H.

Member Function Documentation

◆ operator()()

template<class _Predicate >
bool Aleph::binary_negate< _Predicate >::operator() ( const typename _Predicate::first_argument_type &  __x,
const typename _Predicate::second_argument_type &  __y 
) const
inline

Definition at line 289 of file ahFunction.H.

References Aleph::binary_negate< _Predicate >::_M_pred, and Aleph::maps().

Member Data Documentation

◆ _M_pred

template<class _Predicate >
_Predicate Aleph::binary_negate< _Predicate >::_M_pred
protected

Definition at line 282 of file ahFunction.H.

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


The documentation for this class was generated from the following file: