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

#include <wpi/FunctionExtras.h>

Public Attributes

void * StoragePtr
 
size_t Size
 
size_t Alignment
 

Member Data Documentation

◆ Alignment

template<typename ReturnT , typename... ParamTs>
size_t wpi::detail::UniqueFunctionBase< ReturnT, ParamTs >::StorageUnionT::OutOfLineStorageT::Alignment

◆ Size

template<typename ReturnT , typename... ParamTs>
size_t wpi::detail::UniqueFunctionBase< ReturnT, ParamTs >::StorageUnionT::OutOfLineStorageT::Size

◆ StoragePtr

template<typename ReturnT , typename... ParamTs>
void* wpi::detail::UniqueFunctionBase< ReturnT, ParamTs >::StorageUnionT::OutOfLineStorageT::StoragePtr

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