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; }