Skip to content

Commit 86259f2

Browse files
authored
Add leading sentence for <unordered_set> operators reference
1 parent cd2055c commit 86259f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/standard-library/unordered-set-operators.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.assetid: 8653eea6-12f2-4dd7-aa2f-db38a71599a0
77
---
88
# `<unordered_set>` operators
99

10+
The `<unordered_set>` header provides the following operators:
11+
1012
## <a name="op_neq"></a> `operator!=`
1113

1214
Tests whether the [`unordered_set`](../standard-library/unordered-set-class.md) object on the left side of the operator is not equal to the `unordered_set` object on the right side.

0 commit comments

Comments
 (0)