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


Public Methods | |
| unary_negate (const Predicate &x) | |
| bool | operator() (const typename Predicate::argument_type &x) const |
Protected Attributes | |
| Predicate | pred |
|
||||||||||
|
Definition at line 134 of file stl_function.h. References pred.
00134 : pred(x) {} |
|
||||||||||
|
Definition at line 135 of file stl_function.h. References pred.
00135 {
00136 return !pred(x);
00137 }
|
|
|||||
|
Definition at line 132 of file stl_function.h. Referenced by operator(), and unary_negate. |
| Documentation generated on Thu May 2 15:03:47 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |