WPILibC++
2018.4.1-20180819203220-1159-g83cfb8b
|
Public Member Functions | |
function_ref (std::nullptr_t) | |
template<typename Callable > | |
function_ref (Callable &&callable, typename std::enable_if< !std::is_same< typename std::remove_reference< Callable >::type, function_ref >::value >::type *=nullptr) | |
Ret | operator() (Params...params) const |
operator bool () const | |