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

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

# See also