|
libstdc++
|
#include <functional>
Public Member Functions | |
| template<typename _CVArg, typename _Tuple> | |
| constexpr _CVArg && | operator() (_CVArg &&__arg, _Tuple &) const volatile |
If the argument is just a value, returns a reference to that value. The cv-qualifiers on the reference are determined by the caller. C++11 [func.bind.bind] p10 bullet 4.
Definition at line 375 of file functional.
|
inlineconstexpr |
Definition at line 381 of file functional.