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


Public Methods | |
| unary_compose (const Operation1 &x, const Operation2 &y) | |
| Operation1::result_type | operator() (const typename Operation2::argument_type &x) const |
Protected Attributes | |
| Operation1 | op1 |
| Operation2 | op2 |
|
||||||||||||||||
|
Definition at line 218 of file stl_function.h.
|
|
||||||||||
|
Definition at line 220 of file stl_function.h.
|
|
|||||
|
Definition at line 215 of file stl_function.h. Referenced by operator(), and unary_compose. |
|
|||||
|
Definition at line 216 of file stl_function.h. Referenced by operator(), and unary_compose. |
| Documentation generated on Thu May 2 15:03:46 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |