|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <ahFunction.H>
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 |
Definition at line 275 of file ahFunction.H.
|
inlineexplicit |
Definition at line 286 of file ahFunction.H.
|
inline |
Definition at line 289 of file ahFunction.H.
References Aleph::binary_negate< _Predicate >::_M_pred, and Aleph::maps().
|
protected |
Definition at line 282 of file ahFunction.H.
Referenced by Aleph::binary_negate< _Predicate >::operator()().