TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | List of all members
binary_compose< _Operation1, _Operation2, _Operation3 > Class Template Reference
Inheritance diagram for binary_compose< _Operation1, _Operation2, _Operation3 >:
unary_function< __UNARY_ARG(_Operation2, argument_type), __BINARY_ARG(_Operation1, result_type)>

Public Member Functions

 binary_compose (const _Operation1 &__x, const _Operation2 &__y, const _Operation3 &__z)
 
_Operation1::result_type operator() (const typename _Operation2::argument_type &__x) const
 

Constructor & Destructor Documentation

binary_compose ( const _Operation1 &  __x,
const _Operation2 &  __y,
const _Operation3 &  __z 
)

Member Function Documentation

_Operation1::result_type operator() ( const typename _Operation2::argument_type &  __x) const