libstdc++
|
Public Member Functions | |
template<typename _Tuple > | |
_Safe_tuple_element_t<(is_placeholder< _Arg >::value - 1), _Tuple > && | operator() (const volatile _Arg &, _Tuple &__tuple) const volatile |
If the argument is a placeholder for the Nth argument, returns a reference to the Nth argument to the bind function object. C++11 [func.bind.bind] p10 bullet 3.
Definition at line 340 of file functional.