WPILibC++ 2024.1.1-beta-4
wpi::function_ref< Ret(Params...)> Member List

This is the complete list of members for wpi::function_ref< Ret(Params...)>, including all inherited members.

function_ref()=defaultwpi::function_ref< Ret(Params...)>
function_ref(std::nullptr_t)wpi::function_ref< Ret(Params...)>inline
function_ref(Callable &&callable, typename std::enable_if< !std::is_same< typename std::remove_reference< Callable >::type, function_ref >::value >::type *=nullptr)wpi::function_ref< Ret(Params...)>inline
operator bool() constwpi::function_ref< Ret(Params...)>inlineexplicit
operator()(Params... params) constwpi::function_ref< Ret(Params...)>inline