29
Numerics library
[numerics]
29.10
Data-parallel types
[simd]
29.10.8
Class template
basic_
simd_
mask
[simd.mask.class]
29.10.8.3
basic_
simd_
mask
subscript operator
[simd.mask.subscr]
🔗
constexpr
value_type
operator
[
]
(
simd-size-type
i
)
const
;
1
#
Preconditions
:
i
>
=
0
&
&
i
<
size
(
)
is
true
.
2
#
Returns
: The value of the
i
th
element
.
3
#
Throws
: Nothing
.