#include <wpi/function_ref.h>
◆ function_ref() [1/3]
template<typename Ret , typename... Params>
◆ function_ref() [2/3]
template<typename Ret , typename... Params>
◆ function_ref() [3/3]
template<typename Ret , typename... Params>
template<typename Callable >
wpi::function_ref< Ret(Params...)>::function_ref |
( |
Callable && | callable, |
|
|
typename std::enable_if< !std::is_same< typename std::remove_reference< Callable >::type, function_ref< Ret(Params...)> >::value >::type * | = nullptr ) |
|
inline |
◆ operator bool()
template<typename Ret , typename... Params>
◆ operator()()
template<typename Ret , typename... Params>
The documentation for this class was generated from the following file: