std::experimental::simd_size

Header: <experimental/simd>

If T is a vectorizable type and is_abi_tag_v is true, provides the member constant value equal to the width (number of elements) of simd<T, Abi>, irrespective of whether simd<T, Abi> is supported or not. For any other types T and Abi, there is no member value.

# Declarations

template< class T, class Abi = simd_abi::compatible<T> >
struct simd_size;

(parallelism TS v2)

# Example

This section is incompleteReason: no example

# See also