libstdc++
|
Public Member Functions | |
template<typename _CVArg , typename... _Args> | |
auto | operator() (_CVArg &__arg, tuple< _Args...> &__tuple) const volatile-> decltype(__arg(declval< _Args >()...)) |
If the argument is a bind expression, we invoke the underlying function object with the same cv-qualifiers as we are given and pass along all of our arguments (unwrapped). [TR1 3.6.3/5 bullet 2]
Definition at line 981 of file functional.