@@ -6,16 +6,9 @@ f1_keywords: ["array/std::array::operator!=", "array/std::array::operator<", "ar
66---
77# ` <array> ` operators
88
9- The \ < array> header includes these ** array** non-member comparison template functions.
9+ 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-
18- ## <a name =" op_neq " ></a > operator!=
11+ ## <a name =" op_neq " ></a > ` operator!= `
1912
2013Array comparison, not equal.
2114
@@ -28,16 +21,16 @@ bool operator!=(
2821
2922### Parameters
3023
31- * Ty * \
24+ * ` Ty ` * \
3225The type of an element.
3326
34- * N * \
27+ * ` N ` * \
3528The size of the array.
3629
37- * left* \
30+ * ` left ` * \
3831Left container to compare.
3932
40- * right* \
33+ * ` right ` * \
4134Right container to compare.
4235
4336### Remarks
@@ -101,16 +94,16 @@ bool operator<(
10194
10295### Parameters
10396
104- * Ty * \
97+ * ` Ty ` * \
10598The type of an element.
10699
107- * N * \
100+ * ` N ` * \
108101The size of the array.
109102
110- * left* \
103+ * ` left ` * \
111104Left container to compare.
112105
113- * right* \
106+ * ` right ` * \
114107Right container to compare.
115108
116109### Remarks
@@ -174,16 +167,16 @@ bool operator<=(
174167
175168### Parameters
176169
177- * Ty * \
170+ * ` Ty ` * \
178171The type of an element.
179172
180- * N * \
173+ * ` N ` * \
181174The size of the array.
182175
183- * left* \
176+ * ` left ` * \
184177Left container to compare.
185178
186- * right* \
179+ * ` right ` * \
187180Right container to compare.
188181
189182### Remarks
234227false
235228```
236229
237- ## <a name =" op_eq_eq " ></a > operator==
230+ ## <a name =" op_eq_eq " ></a > ` operator== `
238231
239232Array comparison, equal.
240233
@@ -247,16 +240,16 @@ bool operator==(
247240
248241### Parameters
249242
250- * Ty * \
243+ * ` Ty ` * \
251244The type of an element.
252245
253- * N * \
246+ * ` N ` * \
254247The size of the array.
255248
256- * left* \
249+ * ` left ` * \
257250Left container to compare.
258251
259- * right* \
252+ * ` right ` * \
260253Right container to compare.
261254
262255### Remarks
@@ -320,16 +313,16 @@ bool operator>(
320313
321314### Parameters
322315
323- * Ty * \
316+ * ` Ty ` * \
324317The type of an element.
325318
326- * N * \
319+ * ` N ` * \
327320The size of the array.
328321
329- * left* \
322+ * ` left ` * \
330323Left container to compare.
331324
332- * right* \
325+ * ` right ` * \
333326Right container to compare.
334327
335328### Remarks
@@ -393,16 +386,16 @@ bool operator>=(
393386
394387### Parameters
395388
396- * Ty * \
389+ * ` Ty ` * \
397390The type of an element.
398391
399- * N * \
392+ * ` N ` * \
400393The size of the array.
401394
402- * left* \
395+ * ` left ` * \
403396Left container to compare.
404397
405- * right* \
398+ * ` right ` * \
406399Right container to compare.
407400
408401### Remarks
@@ -455,4 +448,4 @@ false
455448
456449## See also
457450
458- [ \ < array>] ( ../standard-library/array.md )
451+ [ ` <array> ` ] ( ../standard-library/array.md )
0 commit comments