#include <llstl.h>
Collaboration diagram for llbinder1st< _Operation >:
Public Member Functions | |
llbinder1st (const _Operation &__x, const typename _Operation::first_argument_type &__y) | |
_Operation::result_type | operator() (const typename _Operation::second_argument_type &__x) const |
Protected Attributes | |
_Operation | op |
_Operation::first_argument_type | value |
Definition at line 421 of file llstl.h.
llbinder1st< _Operation >::llbinder1st | ( | const _Operation & | __x, | |
const typename _Operation::first_argument_type & | __y | |||
) | [inline] |
_Operation::result_type llbinder1st< _Operation >::operator() | ( | const typename _Operation::second_argument_type & | __x | ) | const [inline] |
Definition at line 432 of file llstl.h.
References llbinder1st< _Operation >::op, and llbinder1st< _Operation >::value.
_Operation llbinder1st< _Operation >::op [protected] |
_Operation::first_argument_type llbinder1st< _Operation >::value [protected] |