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


Public Methods | |
| binary_compose (const Operation1 &x, const Operation2 &y, const Operation3 &z) | |
| Operation1::result_type | operator() (const typename Operation2::argument_type &x) const |
Protected Attributes | |
| Operation1 | op1 |
| Operation2 | op2 |
| Operation3 | op3 |
|
||||||||||||||||||||
|
Definition at line 240 of file stl_function.h.
|
|
||||||||||
|
Definition at line 243 of file stl_function.h.
|
|
|||||
|
Definition at line 236 of file stl_function.h. Referenced by binary_compose, and operator(). |
|
|||||
|
Definition at line 237 of file stl_function.h. Referenced by binary_compose, and operator(). |
|
|||||
|
Definition at line 238 of file stl_function.h. Referenced by binary_compose, and operator(). |
| Documentation generated on Thu May 2 15:03:22 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |