@@ -6,9 +6,9 @@ f1_keywords: ["array/std::array::operator!=", "array/std::array::operator<", "ar
6
6
---
7
7
# ` <array> ` operators
8
8
9
- The \ < array> header includes these ** array** non-member comparison template functions.
9
+ The ` <array> ` header includes these ** array** non-member comparison template functions.
10
10
11
- ## <a name =" op_neq " ></a > operator!=
11
+ ## <a name =" op_neq " ></a > ` operator!= `
12
12
13
13
Array comparison, not equal.
14
14
@@ -21,16 +21,16 @@ bool operator!=(
21
21
22
22
### Parameters
23
23
24
- * Ty * \
24
+ * ` Ty ` * \
25
25
The type of an element.
26
26
27
- * N * \
27
+ * ` N ` * \
28
28
The size of the array.
29
29
30
- * left* \
30
+ * ` left ` * \
31
31
Left container to compare.
32
32
33
- * right* \
33
+ * ` right ` * \
34
34
Right container to compare.
35
35
36
36
### Remarks
@@ -94,16 +94,16 @@ bool operator<(
94
94
95
95
### Parameters
96
96
97
- * Ty * \
97
+ * ` Ty ` * \
98
98
The type of an element.
99
99
100
- * N * \
100
+ * ` N ` * \
101
101
The size of the array.
102
102
103
- * left* \
103
+ * ` left ` * \
104
104
Left container to compare.
105
105
106
- * right* \
106
+ * ` right ` * \
107
107
Right container to compare.
108
108
109
109
### Remarks
@@ -167,16 +167,16 @@ bool operator<=(
167
167
168
168
### Parameters
169
169
170
- * Ty * \
170
+ * ` Ty ` * \
171
171
The type of an element.
172
172
173
- * N * \
173
+ * ` N ` * \
174
174
The size of the array.
175
175
176
- * left* \
176
+ * ` left ` * \
177
177
Left container to compare.
178
178
179
- * right* \
179
+ * ` right ` * \
180
180
Right container to compare.
181
181
182
182
### Remarks
227
227
false
228
228
```
229
229
230
- ## <a name =" op_eq_eq " ></a > operator==
230
+ ## <a name =" op_eq_eq " ></a > ` operator== `
231
231
232
232
Array comparison, equal.
233
233
@@ -240,16 +240,16 @@ bool operator==(
240
240
241
241
### Parameters
242
242
243
- * Ty * \
243
+ * ` Ty ` * \
244
244
The type of an element.
245
245
246
- * N * \
246
+ * ` N ` * \
247
247
The size of the array.
248
248
249
- * left* \
249
+ * ` left ` * \
250
250
Left container to compare.
251
251
252
- * right* \
252
+ * ` right ` * \
253
253
Right container to compare.
254
254
255
255
### Remarks
@@ -313,16 +313,16 @@ bool operator>(
313
313
314
314
### Parameters
315
315
316
- * Ty * \
316
+ * ` Ty ` * \
317
317
The type of an element.
318
318
319
- * N * \
319
+ * ` N ` * \
320
320
The size of the array.
321
321
322
- * left* \
322
+ * ` left ` * \
323
323
Left container to compare.
324
324
325
- * right* \
325
+ * ` right ` * \
326
326
Right container to compare.
327
327
328
328
### Remarks
@@ -386,16 +386,16 @@ bool operator>=(
386
386
387
387
### Parameters
388
388
389
- * Ty * \
389
+ * ` Ty ` * \
390
390
The type of an element.
391
391
392
- * N * \
392
+ * ` N ` * \
393
393
The size of the array.
394
394
395
- * left* \
395
+ * ` left ` * \
396
396
Left container to compare.
397
397
398
- * right* \
398
+ * ` right ` * \
399
399
Right container to compare.
400
400
401
401
### Remarks
@@ -448,4 +448,4 @@ false
448
448
449
449
## See also
450
450
451
- [ \ < array>] ( ../standard-library/array.md )
451
+ [ ` <array> ` ] ( ../standard-library/array.md )
0 commit comments