VCTR
Loading...
Searching...
No Matches
vctr::StaticStorageInfo< isDataSIMDAligned, isStorageSIMDExtended, customMemberAlignment > Struct Template Reference

A storage info type especially used to pass compile time constant traits when viewing externally owned memory via a Span in case we know that the viewed memory will fulfil certain traits. More...

Static Public Attributes

static constexpr bool dataIsSIMDAligned = isDataSIMDAligned
 
static constexpr bool hasSIMDExtendedStorage = isStorageSIMDExtended
 
static constexpr size_t memberAlignment = customMemberAlignment
 

Detailed Description

template<bool isDataSIMDAligned, bool isStorageSIMDExtended, size_t customMemberAlignment>
struct vctr::StaticStorageInfo< isDataSIMDAligned, isStorageSIMDExtended, customMemberAlignment >

A storage info type especially used to pass compile time constant traits when viewing externally owned memory via a Span in case we know that the viewed memory will fulfil certain traits.


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