#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 291 of file stl_function.h. References std::unary_compose< _Operation1, _Operation2 >::_M_fn1, and std::unary_compose< _Operation1, _Operation2 >::_M_fn2. |
|
Definition at line 294 of file stl_function.h. References std::unary_compose< _Operation1, _Operation2 >::_M_fn1, and std::unary_compose< _Operation1, _Operation2 >::_M_fn2. |
|
Definition at line 288 of file stl_function.h. Referenced by std::unary_compose< _Operation1, _Operation2 >::operator()(), and std::unary_compose< _Operation1, _Operation2 >::unary_compose(). |
|
Definition at line 289 of file stl_function.h. Referenced by std::unary_compose< _Operation1, _Operation2 >::operator()(), and std::unary_compose< _Operation1, _Operation2 >::unary_compose(). |