File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 20080
20080
constexpr basic_vec<@\exposid{integer-from}@<Bytes>, Abi> operator-() const noexcept;
20081
20081
constexpr basic_vec<@\exposid{integer-from}@<Bytes>, Abi> operator~() const noexcept;
20082
20082
20083
- // \ref{simd.mask.conv}, \tcode{basic_mask} conversion operators
20083
+ // \ref{simd.mask.conv}, \tcode{basic_mask} conversions
20084
20084
template<class U, class A>
20085
20085
constexpr explicit(sizeof(U) != Bytes) operator basic_vec<U, A>() const noexcept;
20086
-
20087
- // \ref{simd.mask.namedconv}, \tcode{basic_mask} named type convertors
20088
20086
constexpr bitset<size()> to_bitset() const noexcept;
20089
20087
constexpr unsigned long long to_ullong() const;
20090
20088
20307
20305
the range of \range{0}{size()}.
20308
20306
\end{itemdescr}
20309
20307
20310
- \rSec3[simd.mask.conv]{\tcode{basic_mask} conversion operators }
20308
+ \rSec3[simd.mask.conv]{\tcode{basic_mask} conversions }
20311
20309
20312
20310
\indexlibrarymember{operator basic_vec}{basic_mask}
20313
20311
\begin{itemdecl}
20326
20324
\tcode{static_cast<U>(operator[]($i$))}.
20327
20325
\end{itemdescr}
20328
20326
20329
- \rSec3[simd.mask.namedconv]{\tcode{basic_mask} named conversion operators}
20330
-
20331
20327
\indexlibrarymember{to_bitset}{basic_mask}
20332
20328
\begin{itemdecl}
20333
20329
constexpr bitset<size()> to_bitset() const noexcept;
You can’t perform that action at this time.
0 commit comments