WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::detail::UniqueFunctionBase< ReturnT, ParamTs >::StorageUnionT Union Reference

#include <wpi/FunctionExtras.h>

Classes

struct  OutOfLineStorageT
 

Public Attributes

struct wpi::detail::UniqueFunctionBase::StorageUnionT::OutOfLineStorageT OutOfLineStorage
 
std::byte InlineStorage [InlineStorageSize]
 

Member Data Documentation

◆ InlineStorage

template<typename ReturnT , typename... ParamTs>
std::byte wpi::detail::UniqueFunctionBase< ReturnT, ParamTs >::StorageUnionT::InlineStorage[InlineStorageSize]
mutable

◆ OutOfLineStorage

template<typename ReturnT , typename... ParamTs>
struct wpi::detail::UniqueFunctionBase::StorageUnionT::OutOfLineStorageT wpi::detail::UniqueFunctionBase< ReturnT, ParamTs >::StorageUnionT::OutOfLineStorage

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