std::experimental::memory_alignment

Header: <experimental/simd>

If is_simd_mask_v is true and U is bool, or if is_simd_v is true and U is a vectorizable type, provides the member constant value equal to the minimum alignment of a pointer passed to a load constructor, copy_from function, or copy_to function. For any other types T and U, there is no member value.

# Declarations

template< class T, class U = typename T::value_type >
struct memory_alignment;

(parallelism TS v2)

# Example

This section is incompleteReason: no example

# See also