#include <stl_function.h>
Inheritance diagram for std::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 | _M_fn1 |
_Operation2 | _M_fn2 |
|
Definition at line 248 of file stl_function.h. |
|
Definition at line 251 of file stl_function.h. |
|
Definition at line 245 of file stl_function.h. Referenced by operator()(). |
|
Definition at line 246 of file stl_function.h. Referenced by operator()(). |