#include <llstl.h>
Collaboration diagram for ll_binary_compose< _Operation1, _Operation2, _Operation3 >:
Public Member Functions | |
ll_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 | _M_op1 |
_Operation2 | _M_op2 |
_Operation3 | _M_op3 |
Definition at line 392 of file llstl.h.
ll_binary_compose< _Operation1, _Operation2, _Operation3 >::ll_binary_compose | ( | const _Operation1 & | __x, | |
const _Operation2 & | __y, | |||
const _Operation3 & | __z | |||
) | [inline] |
_Operation1::result_type ll_binary_compose< _Operation1, _Operation2, _Operation3 >::operator() | ( | const typename _Operation2::argument_type & | __x | ) | const [inline] |
_Operation1 ll_binary_compose< _Operation1, _Operation2, _Operation3 >::_M_op1 [protected] |
Definition at line 396 of file llstl.h.
Referenced by ll_binary_compose< _Operation1, _Operation2, _Operation3 >::operator()().
_Operation2 ll_binary_compose< _Operation1, _Operation2, _Operation3 >::_M_op2 [protected] |
Definition at line 397 of file llstl.h.
Referenced by ll_binary_compose< _Operation1, _Operation2, _Operation3 >::operator()().
_Operation3 ll_binary_compose< _Operation1, _Operation2, _Operation3 >::_M_op3 [protected] |
Definition at line 398 of file llstl.h.
Referenced by ll_binary_compose< _Operation1, _Operation2, _Operation3 >::operator()().