#include <stl_function.h>
Inheritance diagram for binary_negate:


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 | pred |
|
||||||||||
|
Definition at line 153 of file stl_function.h. References pred.
00153 : pred(x) {} |
|
||||||||||||||||
|
Definition at line 154 of file stl_function.h. References pred.
00155 {
00156 return !pred(x, y);
00157 }
|
|
|||||
|
Definition at line 151 of file stl_function.h. Referenced by binary_negate, and operator(). |
| Documentation generated on Thu May 2 15:03:23 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |