VCTR
Loading...
Searching...
No Matches
vctr::is::storageInfo Concept Reference

Constrains the type to be a suitable storage info type. More...

Concept definition

template<class T>
concept vctr::is::storageInfo = requires (const T& info, size_t a, bool b) { a = T::memberAlignment; b = info.dataIsSIMDAligned; b = info.hasSIMDExtendedStorage; }
Constrains the type to be a suitable storage info type.
Definition: ContainerAndExpressionConcepts.h:366

Detailed Description

Constrains the type to be a suitable storage info type.

See also
StorageInfo