We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eaae6a commit 07bd1aaCopy full SHA for 07bd1aa
data_parallel_types.html
@@ -2669,6 +2669,20 @@ <h1><ins><code>simd_mask</code> subscript operators</ins></h1>
2669
</cxx-throws>
2670
</cxx-function>
2671
</cxx-section>
2672
+
2673
+ <cxx-section id="parallel.simd.mask.unary">
2674
+ <h1><ins><code>simd_mask</code> unary operators</ins></h1>
2675
2676
+ <cxx-function>
2677
+ <cxx-signature><ins>simd_mask operator!() const noexcept;</ins></cxx-signature>
2678
2679
+ <cxx-returns>
2680
+ <ins>
2681
+ The result of the element-wise appliation of <code>operator!</code>.
2682
+ </ins>
2683
+ </cxx-returns>
2684
+ </cxx-function>
2685
+ </cxx-section>
2686
2687
2688
</cxx-clause>
0 commit comments