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


Public Methods | |
| constant_unary_fun (const Result &v) | |
| const Result & | operator() (const Argument &) const |
Public Attributes | |
| Result | val |
|
||||||||||
|
Definition at line 332 of file stl_function.h. References val.
00332 : val(v) {} |
|
||||||||||
|
Definition at line 333 of file stl_function.h. References val.
00333 { return val; }
|
|
|||||
|
Definition at line 331 of file stl_function.h. Referenced by constant_unary_fun, and operator(). |
| Documentation generated on Thu May 2 15:03:26 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |