#include <binders.h>
|
_Operation | op |
|
_Operation::first_argument_type | value |
|
template<
typename _Operation>
class std::binder1st< _Operation >
One of the binder functors.
Definition at line 108 of file binders.h.
◆ argument_type
typedef _Operation::second_argument_type std::unary_function< _Operation::second_argument_type , _Operation::result_type >::argument_type |
|
inherited |
argument_type
is the type of the argument
Definition at line 120 of file stl_function.h.
◆ result_type
◆ binder1st()
◆ operator()() [1/2]
◆ operator()() [2/2]
_Operation::result_type std::binder1st< _Operation >::operator() |
( |
typename _Operation::second_argument_type & |
__x | ) |
const |
|
inline |
◆ op
◆ value
The documentation for this class was generated from the following file: