Skip to content

Commit 07bd1aa

Browse files
committed
Introduce [parallel.simd.mask.unary]
1 parent 8eaae6a commit 07bd1aa

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

data_parallel_types.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2669,6 +2669,20 @@ <h1><ins><code>simd_mask</code> subscript operators</ins></h1>
26692669
</cxx-throws>
26702670
</cxx-function>
26712671
</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>
26722686
</cxx-section>
26732687
</cxx-section>
26742688
</cxx-clause>

0 commit comments

Comments
 (0)