std::experimental::overaligned_tag, std::experimental::overaligned - cppreference.com (original) (raw)

This tag type indicates that the buffer of copy_from and copy_to is aligned to N.

[edit] Template parameters

N - the alignment in bytes the memory access may assume

[edit] See also