Skip to content

Commit d235daa

Browse files
authored
Elide more manual table of contents
1 parent 62da4f5 commit d235daa

File tree

5 files changed

+0
-27
lines changed

5 files changed

+0
-27
lines changed

docs/standard-library/allocators-operators.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ ms.assetid: b55d67cb-3c69-46bf-ad40-e845fb096c4e
99

1010
These are the global template operator functions defined in `<allocators>`. For class member operator functions, see the class documentation.
1111

12-
[operator!=](#op_neq)\
13-
[operator==](#op_eq_eq)
14-
1512
## <a name="op_neq"></a> operator!=
1613

1714
Tests for inequality between allocator objects of a specified class.

docs/standard-library/array-functions.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ helpviewer_keywords: ["std::array [C++], get", "std::get [C++]", "std::swap [C++
1010

1111
The \<array> header includes two non-member functions, `get` and `swap`, that operate on **array** objects.
1212

13-
[get](#get)\
14-
[swap](#swap)
15-
1613
## <a name="get"></a> get
1714

1815
Returns a reference to the specified element of the array.

docs/standard-library/array-operators.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ f1_keywords: ["array/std::array::operator!=", "array/std::array::operator<", "ar
88

99
The \<array> header includes these **array** non-member comparison template functions.
1010

11-
[operator!=](#op_neq)\
12-
[`operator>`](#op_gt)\
13-
[`operator>=`](#op_gt_eq)\
14-
[`operator<`](#op_lt)\
15-
[`operator<=`](#op_lt_eq)\
16-
[operator==](#op_eq_eq)
17-
1811
## <a name="op_neq"></a> operator!=
1912

2013
Array comparison, not equal.

docs/standard-library/ostream-functions.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ helpviewer_keywords: ["std::swap [C++]", "std::endl [C++]", "std::ends [C++]", "
1010

1111
These are the global template functions defined in `<ostream>`. For member functions, see the [basic_ostream Class](basic-ostream-class.md) documentation.
1212

13-
[endl](#endl)\
14-
[ends](#ends)\
15-
[flush](#flush)\
16-
[swap](#swap)
17-
1813
## endl
1914

2015
Terminates a line and flushes the buffer.

docs/standard-library/string-view-operators.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ helpviewer_keywords: ["std::basic_string_view::operator!=", "std::basic_string_v
99

1010
Use these operators to compare two `string_view` objects, or a `string_view` and some other string object (for example [`std::string`](basic-string-class.md), or `char*`) for which an implicit conversion is provided.
1111

12-
[`operator!=`](#op_neq)\
13-
[`operator>`](#op_gt)\
14-
[`operator>=`](#op_gt_eq)\
15-
[`operator<`](#op_lt)\
16-
[`operator<<`](#op_lt_lt)\
17-
[`operator<=`](#op_lt_eq)\
18-
[`operator==`](#op_eq_eq)\
19-
[`operator""sv`](#op_sv)
20-
2112
## <a name="op_neq"></a> `operator!=`
2213

2314
Tests if the object on the left side of the operator is not equal to the object on the right side.

0 commit comments

Comments
 (0)