File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 38173817
38183818\indexlibrarymember {fetch_add}{atomic_ref<\placeholder {floating-point-type}>}%
38193819\indexlibrarymember {fetch_sub}{atomic_ref<\placeholder {floating-point-type}>}%
3820+ \indexlibrarymember {fetch_fmaximum}{atomic_ref<\placeholder {floating-point-type}>}%
3821+ \indexlibrarymember {fetch_fminimum}{atomic_ref<\placeholder {floating-point-type}>}%
3822+ \indexlibrarymember {fetch_fmaximum_num}{atomic_ref<\placeholder {floating-point-type}>}%
3823+ \indexlibrarymember {fetch_fminimum_num}{atomic_ref<\placeholder {floating-point-type}>}%
3824+ \indexlibrarymember {fetch_max}{atomic_ref<\placeholder {floating-point-type}>}%
3825+ \indexlibrarymember {fetch_min}{atomic_ref<\placeholder {floating-point-type}>}%
38203826\begin {itemdecl }
38213827constexpr value_type fetch_@\placeholdernc {key}@(value_type operand,
38223828 memory_order order = memory_order::seq_cst) const noexcept;
50905096\indexlibraryglobal {atomic_fetch_sub_explicit}%
50915097\indexlibrarymember {fetch_add}{atomic<\placeholder {floating-point-type}>}%
50925098\indexlibrarymember {fetch_sub}{atomic<\placeholder {floating-point-type}>}%
5099+ \indexlibrarymember {fetch_fmaximum}{atomic<\placeholder {floating-point-type}>}%
5100+ \indexlibrarymember {fetch_fminimum}{atomic<\placeholder {floating-point-type}>}%
5101+ \indexlibrarymember {fetch_fmaximum_num}{atomic<\placeholder {floating-point-type}>}%
5102+ \indexlibrarymember {fetch_fminimum_num}{atomic<\placeholder {floating-point-type}>}%
5103+ \indexlibrarymember {fetch_max}{atomic<\placeholder {floating-point-type}>}%
5104+ \indexlibrarymember {fetch_min}{atomic<\placeholder {floating-point-type}>}%
50935105\begin {itemdecl }
50945106T fetch_@\placeholdernc {key}@(T operand, memory_order order = memory_order::seq_cst) volatile noexcept;
50955107constexpr T fetch_@\placeholdernc {key}@(T operand, memory_order order = memory_order::seq_cst) noexcept;
You can’t perform that action at this time.
0 commit comments