stdext::unary_compose< _Operation1, _Operation2 > Class Template Reference
Composition of two
Adaptable Unary Functions.
More...
#include </home/guntram/tmp/GrAL/sequence/include/Container/functions.h>
List of all members.
|
Public Member Functions |
|
| 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 |
Detailed Description
template<class _Operation1, class _Operation2>
class stdext::unary_compose< _Operation1, _Operation2 >
Composition of two
Adaptable Unary Functions.
stolen from SGI STL
Definition at line 40 of file functions.h.
The documentation for this class was generated from the following file: