WPILibC++ 2026.2.2
Loading...
Searching...
No Matches
wpi::detail::UniqueFunctionBase< ReturnT, ParamTs >::TrivialCallback Struct Reference

A struct to hold a single trivial callback with sufficient alignment for our bitpacking. More...

#include <wpi/FunctionExtras.h>

Public Attributes

CallPtrT CallPtr
 

Detailed Description

template<typename ReturnT, typename... ParamTs>
struct wpi::detail::UniqueFunctionBase< ReturnT, ParamTs >::TrivialCallback

A struct to hold a single trivial callback with sufficient alignment for our bitpacking.

Member Data Documentation

◆ CallPtr

template<typename ReturnT , typename... ParamTs>
CallPtrT wpi::detail::UniqueFunctionBase< ReturnT, ParamTs >::TrivialCallback::CallPtr

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