std::experimental::const_where_expression

Header: <experimental/simd>

The class template const_where_expression abstracts the notion of selected elements of a given const object of arithmetic or data-parallel type. Selected elements signifies the elements data[i] for all i ∈ { j ∈ ℕ | j < M::size() ⋀ mask[j] }.

# Declarations

template< class M, class V >
class const_where_expression;

(parallelism TS v2)

# Example

This section is incompleteReason: no example