WPILibC++  2018.4.1-20180926150325-1206-g8b1274d
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
wpi::function_ref< Ret(Params...)> Class Template Reference

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
 

The documentation for this class was generated from the following file: