WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::detail::UniqueFunctionBase< ReturnT, ParamTs >::CallbacksHolder< CallableT, CalledAs, Enable > Struct Template Reference

#include <wpi/FunctionExtras.h>

Static Public Attributes

static NonTrivialCallbacks Callbacks
 

Member Data Documentation

◆ Callbacks

template<typename R , typename... P>
template<typename CallableT , typename CalledAsT , typename Enable >
UniqueFunctionBase< R, P... >::NonTrivialCallbacks wpi::detail::UniqueFunctionBase< R, P >::CallbacksHolder< CallableT, CalledAsT, Enable >::Callbacks
static
Initial value:
= {
static ReturnT CallImpl(void *CallableAddr, AdjustedParamT< ParamTs >... Params)
Definition FunctionExtras.h:224
static void DestroyImpl(void *CallableAddr) noexcept
Definition FunctionExtras.h:237
static void MoveImpl(void *LHSCallableAddr, void *RHSCallableAddr) noexcept
Definition FunctionExtras.h:231

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