Skip to content

Commit 8b48344

Browse files
Merge pull request #5373 from Rageking8/clean-up-condition-variable-enums-reference
Clean up `<condition_variable>` enums reference
2 parents 9072050 + c605917 commit 8b48344

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/standard-library/condition-variable-enums.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ f1_keywords: ["condition_variable/std::cv_status"]
66
---
77
# `<condition_variable>` enums
88

9-
## <a name="cv_status"></a> cv_status
9+
The `<condition_variable>` header provides the following enums:
1010

11-
Supplies symbolic names for the return values of the methods of class template [condition_variable](../standard-library/condition-variable-class.md).
11+
## <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).
1214

1315
```cpp
1416
enum class cv_status

0 commit comments

Comments
 (0)