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


Public Methods | |
| constant_binary_fun (const Result &v) | |
| const Result & | operator() (const Arg1 &, const Arg2 &) const |
Public Attributes | |
| Result | val |
|
||||||||||
|
Definition at line 343 of file stl_function.h. References val.
00343 : val(v) {} |
|
||||||||||||||||
|
Definition at line 344 of file stl_function.h. References val.
00344 {
00345 return val;
00346 }
|
|
|||||
|
Definition at line 342 of file stl_function.h. Referenced by constant_binary_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 |