stdext::binary_compose< _Operation1, _Operation2, _Operation3 > Class Template Reference
Composition of two
Adaptable Unary Functions and a
Adaptable Binary Function.
More...
#include </home/guntram/tmp/GrAL/sequence/include/Container/functions.h>
List of all members.
|
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 |
Protected Attributes |
|
_Operation1 | _M_op1 |
|
_Operation2 | _M_op2 |
|
_Operation3 | _M_op3 |
Detailed Description
template<class _Operation1, class _Operation2, class _Operation3>
class stdext::binary_compose< _Operation1, _Operation2, _Operation3 >
Composition of two
Adaptable Unary Functions and a
Adaptable Binary Function.
Stolen from SGI STL
Definition at line 72 of file functions.h.
The documentation for this class was generated from the following file: