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