File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 225
225
226
226
\tcode {a != b} &
227
227
convertible to \tcode {bool} &
228
- Equivalent to: \tcode {!(a == b)} &
228
+ Equivalent to \tcode {!(a == b)} &
229
229
&
230
230
linear \\ \rowsep
231
231
Original file line number Diff line number Diff line change 3087
3087
3088
3088
\pnum
3089
3089
\effects Equivalent to:
3090
-
3091
3090
\begin {codeblock }
3092
3091
return wait_until(lock, chrono::steady_clock::now() + rel_time);
3093
3092
\end {codeblock }
3188
3187
3189
3188
\pnum
3190
3189
\effects Equivalent to:
3191
-
3192
3190
\begin {codeblock }
3193
3191
return wait_until(lock, chrono::steady_clock::now() + rel_time, std::move(pred));
3194
3192
\end {codeblock }
3429
3427
\begin {itemdescr }
3430
3428
\pnum
3431
3429
\effects Equivalent to:
3432
-
3433
3430
\begin {codeblock }
3434
3431
return wait_until(lock, chrono::steady_clock::now() + rel_time);
3435
3432
\end {codeblock }
3490
3487
\begin {itemdescr }
3491
3488
\pnum
3492
3489
\effects Equivalent to:
3493
-
3494
3490
\begin {codeblock }
3495
3491
return wait_until(lock, chrono::steady_clock::now() + rel_time, std::move(pred));
3496
3492
\end {codeblock }
Original file line number Diff line number Diff line change 292
292
\pnum
293
293
\effects
294
294
Equivalent to:
295
-
296
295
\begin {codeblock }
297
296
T old_val = std::move(obj);
298
297
obj = std::forward<U>(new_val);
You can’t perform that action at this time.
0 commit comments