Scroll to navigation

std::experimental::overaligned_tag,std::experimental::overaligned(3) C++ Standard Libary std::experimental::overaligned_tag,std::experimental::overaligned(3)

NAME

std::experimental::overaligned_tag,std::experimental::overaligned - std::experimental::overaligned_tag,std::experimental::overaligned

Synopsis


Defined in header <experimental/simd>
template< std::size_t N >


struct overaligned_tag {};
(parallelism TS v2)
template< std::size_t N >


inline constexpr overaligned_tag<N> overaligned{};


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


vector_aligned_tag flag indicating alignment of the load/store address to vector
vector_aligned alignment
(parallelism TS v2) (class)
element_aligned_tag flag indicating alignment of the load/store address to element
element_aligned alignment
(parallelism TS v2) (class)

2024.06.10 http://cppreference.com