HDK
|
#include <function_view.h>
Public Member Functions | |
function_view ()=default | |
function_view (std::nullptr_t) | |
template<typename Callable > | |
function_view (Callable &&callable, typename std::enable_if< !std::is_same< typename std::remove_reference< Callable >::type, function_view >::value >::type *=nullptr) | |
Ret | operator() (Params...params) const |
operator bool () const | |
Definition at line 73 of file function_view.h.
|
default |
|
inline |
Definition at line 86 of file function_view.h.
|
inline |
Definition at line 89 of file function_view.h.
|
inline |
Definition at line 104 of file function_view.h.
|
inline |
Definition at line 99 of file function_view.h.