|
template<typename _Functor , typename _Signature = typename __function_guide_helper<decltype(&_Functor::operator())>::type> |
| std::function (_Functor) -> function< _Signature > |
|
template<typename _Res , typename... _ArgTypes> |
| std::function (_Res(*)(_ArgTypes...)) -> function< _Res(_ArgTypes...)> |
|
template<typename _Res , typename... _Args> |
bool | std::operator== (const function< _Res(_Args...)> &__f, nullptr_t) noexcept |
|
template<typename _Res , typename... _Args> |
void | std::swap (function< _Res(_Args...)> &__x, function< _Res(_Args...)> &__y) noexcept |
|
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <functional>.
Definition in file std_function.h.