|
1268 | 1268 | operator @\placeholdernc{floating-point}@() const noexcept;
|
1269 | 1269 |
|
1270 | 1270 | bool is_lock_free() const noexcept;
|
1271 |
| - void store(@\placeholder{floating-point}@, memory_order = memory_order_seq_cst) const noexcept; |
| 1271 | + void store(@\placeholdernc{floating-point}@, memory_order = memory_order_seq_cst) const noexcept; |
1272 | 1272 | @\placeholder{floating-point}@ load(memory_order = memory_order_seq_cst) const noexcept;
|
1273 |
| - @\placeholder{floating-point}@ exchange(@\placeholder{floating-point}@, |
| 1273 | + @\placeholder{floating-point}@ exchange(@\placeholdernc{floating-point}@, |
1274 | 1274 | memory_order = memory_order_seq_cst) const noexcept;
|
1275 |
| - bool compare_exchange_weak(@\placeholder{floating-point}@&, @\placeholder{floating-point}@, |
| 1275 | + bool compare_exchange_weak(@\placeholder{floating-point}@&, @\placeholdernc{floating-point}@, |
1276 | 1276 | memory_order, memory_order) const noexcept;
|
1277 |
| - bool compare_exchange_strong(@\placeholder{floating-point}@&, @\placeholder{floating-point}@, |
| 1277 | + bool compare_exchange_strong(@\placeholder{floating-point}@&, @\placeholdernc{floating-point}@, |
1278 | 1278 | memory_order, memory_order) const noexcept;
|
1279 |
| - bool compare_exchange_weak(@\placeholder{floating-point}@&, @\placeholder{floating-point}@, |
| 1279 | + bool compare_exchange_weak(@\placeholder{floating-point}@&, @\placeholdernc{floating-point}@, |
1280 | 1280 | memory_order = memory_order_seq_cst) const noexcept;
|
1281 |
| - bool compare_exchange_strong(@\placeholder{floating-point}@&, @\placeholder{floating-point}@, |
| 1281 | + bool compare_exchange_strong(@\placeholder{floating-point}@&, @\placeholdernc{floating-point}@, |
1282 | 1282 | memory_order = memory_order_seq_cst) const noexcept;
|
1283 | 1283 |
|
1284 | 1284 | void wait(@\placeholdernc{floating-point}@, memory_order = memory_order::seq_cst) const noexcept;
|
1285 | 1285 | void notify_one() noexcept;
|
1286 | 1286 | void notify_all() noexcept;
|
1287 | 1287 |
|
1288 |
| - @\placeholder{floating-point}@ fetch_add(@\placeholder{floating-point}@, |
| 1288 | + @\placeholder{floating-point}@ fetch_add(@\placeholdernc{floating-point}@, |
1289 | 1289 | memory_order = memory_order_seq_cst) const noexcept;
|
1290 |
| - @\placeholder{floating-point}@ fetch_sub(@\placeholder{floating-point}@, |
| 1290 | + @\placeholder{floating-point}@ fetch_sub(@\placeholdernc{floating-point}@, |
1291 | 1291 | memory_order = memory_order_seq_cst) const noexcept;
|
1292 | 1292 |
|
1293 | 1293 | @\placeholder{floating-point}@ operator+=(@\placeholder{floating-point}@) const noexcept;
|
|
0 commit comments