Skip to content

Commit febf31d

Browse files
jensmaurerzygoloid
authored andcommitted
[atomics.types.operations] Add more index entries.
1 parent 9a441b8 commit febf31d

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

source/atomics.tex

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1935,7 +1935,10 @@
19351935
\end{note}
19361936
\end{itemdescr}
19371937

1938-
\indexlibrarymember{wait}{atomic<T>}
1938+
\indexlibrarymember{wait}{atomic}%
1939+
\indexlibrarymember{wait}{atomic<T*>}%
1940+
\indexlibrarymember{wait}{atomic<\placeholder{integral}>}%
1941+
\indexlibrarymember{wait}{atomic<\placeholder{floating-point}>}%
19391942
\begin{itemdecl}
19401943
void wait(T old, memory_order order = memory_order::seq_cst) const volatile noexcept;
19411944
void wait(T old, memory_order order = memory_order::seq_cst) const noexcept;
@@ -1965,7 +1968,10 @@
19651968
This function is an atomic waiting operation\iref{atomics.wait}.
19661969
\end{itemdescr}
19671970

1968-
\indexlibrarymember{notify_one}{atomic<T>}
1971+
\indexlibrarymember{notify_one}{atomic<T>}%
1972+
\indexlibrarymember{notify_one}{atomic<T*>}%
1973+
\indexlibrarymember{notify_one}{atomic<\placeholder{integral}>}%
1974+
\indexlibrarymember{notify_one}{atomic<\placeholder{floating-point}>}%
19691975
\begin{itemdecl}
19701976
void notify_one() volatile noexcept;
19711977
void notify_one() noexcept;
@@ -1983,7 +1989,10 @@
19831989
This function is an atomic notifying operation\iref{atomics.wait}.
19841990
\end{itemdescr}
19851991

1986-
\indexlibrarymember{notify_all}{atomic<T>}
1992+
\indexlibrarymember{notify_all}{atomic<T>}%
1993+
\indexlibrarymember{notify_all}{atomic<T*>}%
1994+
\indexlibrarymember{notify_all}{atomic<\placeholder{integral}>}%
1995+
\indexlibrarymember{notify_all}{atomic<\placeholder{floating-point}>}%
19871996
\begin{itemdecl}
19881997
void notify_all() volatile noexcept;
19891998
void notify_all() noexcept;

0 commit comments

Comments
 (0)