std::experimental::simd_mask<T,Abi>::copy_to
Min standard notice:
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
mem: a pointer into an array where [mem, mem + size()) is a valid rangeflags: if if of type vector_aligned_tag, the load constructor may assume mem to point to storage aligned by memory_alignment_v<simd_mask>