![]() |
VCTR
|
A storage info type especially used for vctr::Span. More...
Public Member Functions | |
StorageInfoWithMemberAlignment (const WrappedInfo &i) | |
Static Public Attributes | |
static constexpr size_t | memberAlignment = alignment |
A storage info type especially used for vctr::Span.
A vctr::Span is a vctr::VctrBase wrapping a std::span. Therefore we should not take the class member alignment of the viewed container as the alignment for the std::span but should reflect all other storage information of the original source.