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 20066
20066
constexpr basic_vec<@\exposid{integer-from}@<Bytes>, Abi> operator-() const noexcept;
20067
20067
constexpr basic_vec<@\exposid{integer-from}@<Bytes>, Abi> operator~() const noexcept;
20068
20068
20069
- // \ref{simd.mask.conv}, \tcode{basic_mask} conversion operators
20069
+ // \ref{simd.mask.conv}, \tcode{basic_mask} conversions
20070
20070
template<class U, class A>
20071
20071
constexpr explicit(sizeof(U) != Bytes) operator basic_vec<U, A>() const noexcept;
20072
-
20073
- // \ref{simd.mask.namedconv}, \tcode{basic_mask} named type convertors
20074
20072
constexpr bitset<size()> to_bitset() const noexcept;
20075
20073
constexpr unsigned long long to_ullong() const;
20076
20074
20293
20291
the range of \range{0}{size()}.
20294
20292
\end{itemdescr}
20295
20293
20296
- \rSec3[simd.mask.conv]{\tcode{basic_mask} conversion operators }
20294
+ \rSec3[simd.mask.conv]{\tcode{basic_mask} conversions }
20297
20295
20298
20296
\indexlibrarymember{operator basic_vec}{basic_mask}
20299
20297
\begin{itemdecl}
20312
20310
\tcode{static_cast<U>(operator[]($i$))}.
20313
20311
\end{itemdescr}
20314
20312
20315
- \rSec3[simd.mask.namedconv]{\tcode{basic_mask} named conversion operators}
20316
-
20317
20313
\indexlibrarymember{to_bitset}{basic_mask}
20318
20314
\begin{itemdecl}
20319
20315
constexpr bitset<size()> to_bitset() const noexcept;
You can’t perform that action at this time.
0 commit comments