std::experimental::overaligned_tag, std::experimental::overaligned
< cpp | experimental | simd
|
Defined in header
<experimental/simd> |
||
|
template < std::size_t N >
struct overaligned_tag {}; |
(parallelism TS v2) | |
This tag type indicates that the buffer of copy_from and copy_to is aligned to N.
Template parameters
| N | - | the alignment in bytes the memory access may assume. |
See also
|
(parallelism TS v2)
|
tag type that indicates the alignment of the vector type (class) |
|
(parallelism TS v2)
|
tag type that indicates the alignment of the elements (class) |