LLVM 22.0.0git
|
A suitably aligned and sized character array member which can hold elements of any type. More...
#include "llvm/Support/AlignOf.h"
Public Attributes | |
char | buffer [std::max({sizeof(T), sizeof(Ts)...})] |
Static Public Attributes | |
static constexpr std::size_t | Align = std::max({alignof(T), alignof(Ts)...}) |
A suitably aligned and sized character array member which can hold elements of any type.
|
staticconstexpr |
char llvm::AlignedCharArrayUnion< T, Ts >::buffer[std::max({sizeof(T), sizeof(Ts)...})] |