#include <wpi/FunctionExtras.h>
◆ Callbacks
template<typename R , typename... P>
template<typename CallableT , typename CalledAsT , typename Enable >
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: