#include <llstl.h>
Collaboration diagram for ll_unary_compose< _Operation1, _Operation2 >:
Public Member Functions | |
ll_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 368 of file llstl.h.
ll_unary_compose< _Operation1, _Operation2 >::ll_unary_compose | ( | const _Operation1 & | __x, | |
const _Operation2 & | __y | |||
) | [inline] |
_Operation1::result_type ll_unary_compose< _Operation1, _Operation2 >::operator() | ( | const typename _Operation2::argument_type & | __x | ) | const [inline] |
Definition at line 379 of file llstl.h.
References ll_unary_compose< _Operation1, _Operation2 >::__op1, and ll_unary_compose< _Operation1, _Operation2 >::__op2.
_Operation1 ll_unary_compose< _Operation1, _Operation2 >::__op1 [protected] |
Definition at line 373 of file llstl.h.
Referenced by ll_unary_compose< _Operation1, _Operation2 >::operator()().
_Operation2 ll_unary_compose< _Operation1, _Operation2 >::__op2 [protected] |
Definition at line 374 of file llstl.h.
Referenced by ll_unary_compose< _Operation1, _Operation2 >::operator()().