WPILibC++
2019.1.1-beta-4-29-g6105873
|
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 | |