Skip to content

Commit 3407ae9

Browse files
authored
Update unordered-map-operators.md
1 parent 30a0eef commit 3407ae9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ f1_keywords: ["unordered_map/std::operator!=", "unordered_map/std::operator=="]
66
---
77
# `<unordered_map>` operators
88

9+
The `<unordered_map>` header provides the following operators:
10+
911
## <a name="op_neq"></a> operator!=
1012

1113
Tests whether the [unordered_map](../standard-library/unordered-map-class.md) object on the left side of the operator is not equal to the unordered_map object on the right side.

0 commit comments

Comments
 (0)