std::experimental::simd_mask<T,Abi>::copy_to

The store function copies all elements of a simd_mask such that the i-th element is written to mem[i] for all i in the range of [0,size()).

# Declarations

template<class Flags>
void copy_to( bool* mem, Flags flags );

(parallelism TS v2)

# Parameters

# See also