We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9072050 + c605917 commit 8b48344Copy full SHA for 8b48344
docs/standard-library/condition-variable-enums.md
@@ -6,9 +6,11 @@ f1_keywords: ["condition_variable/std::cv_status"]
6
---
7
# `<condition_variable>` enums
8
9
-## <a name="cv_status"></a> cv_status
+The `<condition_variable>` header provides the following enums:
10
11
-Supplies symbolic names for the return values of the methods of class template [condition_variable](../standard-library/condition-variable-class.md).
+## <a name="cv_status"></a> `cv_status`
12
+
13
+Supplies symbolic names for the return values of the methods of class template [`condition_variable`](condition-variable-class.md).
14
15
```cpp
16
enum class cv_status
0 commit comments