std::experimental::simd_mask<T,Abi>::copy_from
Min standard notice:
The load function replaces all elements of a simd_mask such that the i-th element is assigned with mem[i] for all i in the range of [0,size()).
# Declarations
template<class Flags>
void copy_from( const bool* mem, Flags flags );
(parallelism TS v2)
# Parameters
mem: a pointer into an array where [mem, mem + size()) is a valid rangeflags: if of type vector_aligned_tag, the load constructor may assume mem to point to storage aligned by memory_alignment_v<simd_mask>