![]() |
WPILibC++ 2025.3.2
|
A struct we use to aggregate three callbacks when we need full set of operations. More...
#include <wpi/FunctionExtras.h>
Public Attributes | |
CallPtrT | CallPtr |
MovePtrT | MovePtr |
DestroyPtrT | DestroyPtr |
A struct we use to aggregate three callbacks when we need full set of operations.
CallPtrT wpi::detail::UniqueFunctionBase< ReturnT, ParamTs >::NonTrivialCallbacks::CallPtr |
DestroyPtrT wpi::detail::UniqueFunctionBase< ReturnT, ParamTs >::NonTrivialCallbacks::DestroyPtr |
MovePtrT wpi::detail::UniqueFunctionBase< ReturnT, ParamTs >::NonTrivialCallbacks::MovePtr |