HDK
|
This is the complete list of members for function_view< Ret(Params...)>, including all inherited members.
function_view()=default | function_view< Ret(Params...)> | |
function_view(std::nullptr_t) | function_view< Ret(Params...)> | inline |
function_view(Callable &&callable, typename std::enable_if< !std::is_same< typename std::remove_reference< Callable >::type, function_view >::value >::type *=nullptr) | function_view< Ret(Params...)> | inline |
operator bool() const | function_view< Ret(Params...)> | inline |
operator()(Params...params) const | function_view< Ret(Params...)> | inline |