From Jason Turner

[condition_variable.syn]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp3vguaiwq/{from.md → to.md} +0 -13
tmp/tmp3vguaiwq/{from.md → to.md} RENAMED
@@ -1,13 +0,0 @@
1
- ### Header `<condition_variable>` synopsis <a id="condition_variable.syn">[[condition_variable.syn]]</a>
2
-
3
- ``` cpp
4
- namespace std {
5
- class condition_variable;
6
- class condition_variable_any;
7
-
8
- void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);
9
-
10
- enum class cv_status { no_timeout, timeout };
11
- }
12
- ```
13
-