-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__array_2array_8hpp_source.html
More file actions
565 lines (563 loc) · 109 KB
/
__array_2array_8hpp_source.html
File metadata and controls
565 lines (563 loc) · 109 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>tetl: include/etl/_array/array.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">tetl<span id="projectnumber"> 0.1.0</span>
</div>
<div id="projectbrief">Embedded Template Library</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(document).ready(function(){initNavTree('__array_2array_8hpp_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="headertitle"><div class="title">array.hpp</div></div>
</div><!--header-->
<div class="contents">
<a href="__array_2array_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">// SPDX-License-Identifier: BSL-1.0</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment">// SPDX-FileCopyrightText: Copyright (C) 2019 Tobias Hienzsch</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#</span><span class="preprocessor">ifndef</span> <span class="preprocessor">TETL_ARRAY_ARRAY_HPP</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#</span><span class="preprocessor">define</span> <span class="preprocessor">TETL_ARRAY_ARRAY_HPP</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span> </div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_config</span><span class="preprocessor">/</span><span class="preprocessor">all</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_algorithm</span><span class="preprocessor">/</span><span class="preprocessor">equal</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_algorithm</span><span class="preprocessor">/</span><span class="preprocessor">fill_n</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_algorithm</span><span class="preprocessor">/</span><span class="preprocessor">lexicographical_compare</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_algorithm</span><span class="preprocessor">/</span><span class="preprocessor">swap_ranges</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_array</span><span class="preprocessor">/</span><span class="preprocessor">c_array</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_contracts</span><span class="preprocessor">/</span><span class="preprocessor">check</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_cstddef</span><span class="preprocessor">/</span><span class="preprocessor">size_t</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_iterator</span><span class="preprocessor">/</span><span class="preprocessor">begin</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_iterator</span><span class="preprocessor">/</span><span class="preprocessor">data</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_iterator</span><span class="preprocessor">/</span><span class="preprocessor">end</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_iterator</span><span class="preprocessor">/</span><span class="preprocessor">prev</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_iterator</span><span class="preprocessor">/</span><span class="preprocessor">rbegin</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_iterator</span><span class="preprocessor">/</span><span class="preprocessor">rend</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_iterator</span><span class="preprocessor">/</span><span class="preprocessor">reverse_iterator</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_iterator</span><span class="preprocessor">/</span><span class="preprocessor">size</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_tuple</span><span class="preprocessor">/</span><span class="preprocessor">is_tuple_like</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_tuple</span><span class="preprocessor">/</span><span class="preprocessor">tuple_element</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_tuple</span><span class="preprocessor">/</span><span class="preprocessor">tuple_size</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_type_traits</span><span class="preprocessor">/</span><span class="preprocessor">conditional</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_type_traits</span><span class="preprocessor">/</span><span class="preprocessor">is_nothrow_swappable</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_type_traits</span><span class="preprocessor">/</span><span class="preprocessor">remove_cv</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_utility</span><span class="preprocessor">/</span><span class="preprocessor">index_sequence</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_utility</span><span class="preprocessor">/</span><span class="preprocessor">move</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor"><</span><span class="preprocessor">etl</span><span class="preprocessor">/</span><span class="preprocessor">_utility</span><span class="preprocessor">/</span><span class="preprocessor">unreachable</span><span class="preprocessor">.</span><span class="preprocessor">hpp</span><span class="preprocessor">></span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> </div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="keyword">namespace</span> <a class="code hl_namespace" href="namespaceetl.html">etl</a> {</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="comment">/// A container that encapsulates fixed size arrays.</span></div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="comment">///</span></div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="comment">/// This container is an aggregate type with the same semantics as a</span></div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="comment">/// struct holding a C-style array Type[N] as its only non-static data member.</span></div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="comment">/// Unlike a C-style array, it doesn't decay to Type* automatically. As an</span></div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span><span class="comment">/// aggregate type, it can be initialized with aggregate-initialization given at</span></div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span><span class="comment">/// most N initializers that are convertible to</span></div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="comment">/// Type: `array<int, 3> a = {1,2,3};`</span></div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span><span class="comment">///</span></div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span><span class="comment">/// \include array.cpp</span></div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span><span class="comment">///</span></div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span><span class="comment">/// \headerfile etl/array.hpp</span></div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span><span class="comment">/// \ingroup array</span></div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span><span class="keyword">template</span> <<span class="keyword">typename</span> Type, size_t Size></div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"><a class="line" href="structetl_1_1array.html"> 49</a></span><span class="keyword">struct</span> <a class="code hl_struct" href="structetl_1_1array.html">array</a> {</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#af0f70ef64d23e2379bacb63968e68b45"> 50</a></span> <span class="keyword">using</span> value_type = Type;</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a8560ac5527cd0ed38d71e0e58acc8021"> 51</a></span> <span class="keyword">using</span> size_type = size_t;</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#aec07e0ee98729a19bc41fe09e433f5d0"> 52</a></span> <span class="keyword">using</span> difference_type = ptrdiff_t;</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a306660d613c88e1ae6e76a08c3686214"> 53</a></span> <span class="keyword">using</span> pointer = Type*;</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a23aa37fe48e9aafa9d6ae1d1b3052fc7"> 54</a></span> <span class="keyword">using</span> const_pointer = Type <span class="keyword">const</span>*;</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a01e1df50060518200c2819bad5fd350e"> 55</a></span> <span class="keyword">using</span> reference = Type&;</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#ace40b54a3f43c5971305e904a30c108b"> 56</a></span> <span class="keyword">using</span> const_reference = Type <span class="keyword">const</span>&;</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a799fe75330fc88c535e6ed12ab10b34f"> 57</a></span> <span class="keyword">using</span> iterator = Type*;</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a02ebba00b3b626b44bc501f02c7b689c"> 58</a></span> <span class="keyword">using</span> const_iterator = Type <span class="keyword">const</span>*;</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#aebf198e15f4c56202de8417230b6b377"> 59</a></span> <span class="keyword">using</span> reverse_iterator = <span class="keyword">typename</span> <a class="code hl_namespace" href="namespaceetl.html">etl</a>::reverse_iterator<iterator>;</div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a55fd8779eac17867b6c77845b60a36f4"> 60</a></span> <span class="keyword">using</span> const_reverse_iterator = <span class="keyword">typename</span> <a class="code hl_namespace" href="namespaceetl.html">etl</a>::reverse_iterator<const_iterator>;</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> </div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <span class="comment">/// Accesses the specified item with range checking.</span></div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a58947c8752717e8dd93a105e7d37821d"> 63</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a58947c8752717e8dd93a105e7d37821d">operator</a>[](size_type <span class="keyword">const</span> pos) <span class="keyword">noexcept</span> -> reference</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> {</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <span class="keywordflow">if</span> <span class="keyword">constexpr</span> (Size == 0) {</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <a class="code hl_namespace" href="namespaceetl.html">etl</a><a class="code hl_function" href="namespaceetl.html#abb16b244632f4ab5f6fd117e5a75473e">::</a><a class="code hl_function" href="namespaceetl.html#abb16b244632f4ab5f6fd117e5a75473e">unreachable</a><a class="code hl_function" href="namespaceetl.html#abb16b244632f4ab5f6fd117e5a75473e">(</a><a class="code hl_function" href="namespaceetl.html#abb16b244632f4ab5f6fd117e5a75473e">)</a>;</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> } <span class="keywordflow">else</span> {</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> TETL_PRECONDITION_SAFE(pos < Size);</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <span class="keywordflow">return</span> _internal_array_do_not_use_directly[pos];</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> }</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> }</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> </div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> <span class="comment">/// Accesses the specified item with range checking.</span></div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a5b3f10db87a718012382b83be92260be"> 74</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a5b3f10db87a718012382b83be92260be">operator</a>[](size_type <span class="keyword">const</span> pos) <span class="keyword">const</span> <span class="keyword">noexcept</span> -> const_reference</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> {</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> <span class="keywordflow">if</span> <span class="keyword">constexpr</span> (Size == 0) {</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <a class="code hl_namespace" href="namespaceetl.html">etl</a><a class="code hl_function" href="namespaceetl.html#abb16b244632f4ab5f6fd117e5a75473e">::</a><a class="code hl_function" href="namespaceetl.html#abb16b244632f4ab5f6fd117e5a75473e">unreachable</a><a class="code hl_function" href="namespaceetl.html#abb16b244632f4ab5f6fd117e5a75473e">(</a><a class="code hl_function" href="namespaceetl.html#abb16b244632f4ab5f6fd117e5a75473e">)</a>;</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> } <span class="keywordflow">else</span> {</div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> TETL_PRECONDITION_SAFE(pos < Size);</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <span class="keywordflow">return</span> _internal_array_do_not_use_directly[pos];</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> }</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> }</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> </div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> <span class="comment">/// Accesses the first item.</span></div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#aa8c502e7821d561a7cd420628f5297f4"> 85</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#aa8c502e7821d561a7cd420628f5297f4">front</a>() <span class="keyword">noexcept</span> -> reference</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> {</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> <span class="keywordflow">return</span> *begin();</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> }</div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> </div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> <span class="comment">/// Accesses the first item.</span></div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a2f459fb50d0fa3ca67b1e372169acfa1"> 91</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a2f459fb50d0fa3ca67b1e372169acfa1">front</a>() <span class="keyword">const</span> <span class="keyword">noexcept</span> -> const_reference</div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> {</div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> <span class="keywordflow">return</span> *begin();</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> }</div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> </div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> <span class="comment">/// Accesses the last item.</span></div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a697e5cae800d36f7310df26e8fb12757"> 97</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a697e5cae800d36f7310df26e8fb12757">back</a>() <span class="keyword">noexcept</span> -> reference</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> {</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <span class="keywordflow">return</span> *<a class="code hl_namespace" href="namespaceetl.html">etl</a>::prev(end());</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> }</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> </div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <span class="comment">/// Accesses the last item.</span></div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a9c7d74ccddaba8a1a25077524cc40971"> 103</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a9c7d74ccddaba8a1a25077524cc40971">back</a>() <span class="keyword">const</span> <span class="keyword">noexcept</span> -> const_reference</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> {</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> <span class="keywordflow">return</span> *<a class="code hl_namespace" href="namespaceetl.html">etl</a>::prev(end());</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> }</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> </div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> <span class="comment">/// Returns pointer to the underlying array serving as element</span></div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> <span class="comment">/// storage. The pointer is such that range [data(); data() + size()) is</span></div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> <span class="comment">/// always a valid range, even if the container is empty (data() is not</span></div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> <span class="comment">/// dereferenceable in that case).</span></div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a9b2dd583448b55552097e53691f3b577"> 112</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a9b2dd583448b55552097e53691f3b577">data</a>() <span class="keyword">noexcept</span> -> pointer</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> {</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> <span class="keywordflow">return</span> begin();</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> }</div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> </div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> <span class="comment">/// Returns pointer to the underlying array serving as element</span></div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> <span class="comment">/// storage. The pointer is such that range [data(); data() + size()) is</span></div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> <span class="comment">/// always a valid range, even if the container is empty (data() is not</span></div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> <span class="comment">/// dereferenceable in that case).</span></div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#addcf469e96bb82eab92925415b43e219"> 121</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#addcf469e96bb82eab92925415b43e219">data</a>() <span class="keyword">const</span> <span class="keyword">noexcept</span> -> const_pointer</div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> {</div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> <span class="keywordflow">return</span> begin();</div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> }</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> </div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> <span class="comment">/// Returns an iterator to the beginning.</span></div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a773a7036d91b150864530b3c86f8946c"> 127</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a773a7036d91b150864530b3c86f8946c">begin</a>() <span class="keyword">noexcept</span> -> iterator</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> {</div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> <span class="keywordflow">if</span> <span class="keyword">constexpr</span> (Size == 0) {</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> <span class="keywordflow">return</span> <span class="keywordtype">nullptr</span>;</div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> } <span class="keywordflow">else</span> {</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> <span class="keywordflow">return</span> <a class="code hl_namespace" href="namespaceetl.html">etl</a>::begin(_internal_array_do_not_use_directly);</div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> }</div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> }</div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> </div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> <span class="comment">/// Returns an iterator to the beginning.</span></div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a7c168a00590a06a5ee2acf2a3cdb4535"> 137</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a7c168a00590a06a5ee2acf2a3cdb4535">begin</a>() <span class="keyword">const</span> <span class="keyword">noexcept</span> -> const_iterator</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> {</div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> <span class="keywordflow">if</span> <span class="keyword">constexpr</span> (Size == 0) {</div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> <span class="keywordflow">return</span> <span class="keywordtype">nullptr</span>;</div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> } <span class="keywordflow">else</span> {</div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> <span class="keywordflow">return</span> <a class="code hl_namespace" href="namespaceetl.html">etl</a>::begin(_internal_array_do_not_use_directly);</div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> }</div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> }</div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> </div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> <span class="comment">/// Returns an const iterator to the beginning.</span></div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a7d775d08517312971f785afd6d0ac8a6"> 147</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a7d775d08517312971f785afd6d0ac8a6">cbegin</a>() <span class="keyword">const</span> <span class="keyword">noexcept</span> -> const_iterator</div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> {</div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> <span class="keywordflow">return</span> begin();</div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> }</div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> </div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> <span class="comment">/// Returns an iterator to the end.</span></div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a7be357fc22f42093a431a1132b2c4b0c"> 153</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a7be357fc22f42093a431a1132b2c4b0c">end</a>() <span class="keyword">noexcept</span> -> iterator</div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> {</div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> <span class="keywordflow">if</span> <span class="keyword">constexpr</span> (Size == 0) {</div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> <span class="keywordflow">return</span> <span class="keywordtype">nullptr</span>;</div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> } <span class="keywordflow">else</span> {</div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> <span class="keywordflow">return</span> <a class="code hl_namespace" href="namespaceetl.html">etl</a>::end(_internal_array_do_not_use_directly);</div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> }</div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> }</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> </div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> <span class="comment">/// Returns an iterator to the end.</span></div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#ac0f1c50547264d3a0a125f5cc92e4fe4"> 163</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#ac0f1c50547264d3a0a125f5cc92e4fe4">end</a>() <span class="keyword">const</span> <span class="keyword">noexcept</span> -> const_iterator</div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> {</div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> <span class="keywordflow">if</span> <span class="keyword">constexpr</span> (Size == 0) {</div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> <span class="keywordflow">return</span> <span class="keywordtype">nullptr</span>;</div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> } <span class="keywordflow">else</span> {</div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> <span class="keywordflow">return</span> <a class="code hl_namespace" href="namespaceetl.html">etl</a>::end(_internal_array_do_not_use_directly);</div>
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> }</div>
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> }</div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> </div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> <span class="comment">/// Returns an const iterator to the end.</span></div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#aefb46423f218c0902e36d10d8c50ca5f"> 173</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#aefb46423f218c0902e36d10d8c50ca5f">cend</a>() <span class="keyword">const</span> <span class="keyword">noexcept</span> -> const_iterator</div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> {</div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> <span class="keywordflow">return</span> end();</div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> }</div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> </div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> <span class="comment">/// Returns a reverse iterator to the first element of the reversed</span></div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> <span class="comment">/// array. It corresponds to the last element of the non-reversed array. If</span></div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> <span class="comment">/// the array is empty, the returned iterator is equal to rend().</span></div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#af8ab228abae0172811e0f13d083fdf52"> 181</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#af8ab228abae0172811e0f13d083fdf52">rbegin</a>() <span class="keyword">noexcept</span> -> reverse_iterator</div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> {</div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> <span class="keywordflow">return</span> reverse_iterator(end());</div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> }</div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> </div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> <span class="comment">/// Returns a reverse iterator to the first element of the reversed</span></div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> <span class="comment">/// array. It corresponds to the last element of the non-reversed array. If</span></div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> <span class="comment">/// the array is empty, the returned iterator is equal to rend().</span></div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a4f7ebbc275e0cbbe7e3cc1588a86855e"> 189</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a4f7ebbc275e0cbbe7e3cc1588a86855e">rbegin</a>() <span class="keyword">const</span> <span class="keyword">noexcept</span> -> const_reverse_iterator</div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> {</div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> <span class="keywordflow">return</span> const_reverse_iterator(end());</div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> }</div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span> </div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> <span class="comment">/// Returns a reverse iterator to the first element of the reversed</span></div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> <span class="comment">/// array. It corresponds to the last element of the non-reversed array. If</span></div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> <span class="comment">/// the array is empty, the returned iterator is equal to rend().</span></div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a398644ccb51f16fc1ae01744f51ca411"> 197</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a398644ccb51f16fc1ae01744f51ca411">crbegin</a>() <span class="keyword">const</span> <span class="keyword">noexcept</span> -> const_reverse_iterator</div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> {</div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> <span class="keywordflow">return</span> rbegin();</div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> }</div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> </div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> <span class="comment">/// Returns a reverse iterator to the element following the last</span></div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> <span class="comment">/// element of the reversed array. It corresponds to the element preceding</span></div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> <span class="comment">/// the first element of the non-reversed array. This element acts as a</span></div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> <span class="comment">/// placeholder, attempting to access it results in undefined behavior.</span></div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a740d113e091637b968a569b39e25cb74"> 206</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a740d113e091637b968a569b39e25cb74">rend</a>() <span class="keyword">noexcept</span> -> reverse_iterator</div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> {</div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> <span class="keywordflow">return</span> reverse_iterator(begin());</div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> }</div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> </div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> <span class="comment">/// Returns a reverse iterator to the element following the last</span></div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> <span class="comment">/// element of the reversed array. It corresponds to the element preceding</span></div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> <span class="comment">/// the first element of the non-reversed array. This element acts as a</span></div>
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> <span class="comment">/// placeholder, attempting to access it results in undefined behavior.</span></div>
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#ae3c2bc93013da8a1126d9a39c5086b60"> 215</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#ae3c2bc93013da8a1126d9a39c5086b60">rend</a>() <span class="keyword">const</span> <span class="keyword">noexcept</span> -> const_reverse_iterator</div>
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> {</div>
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> <span class="keywordflow">return</span> const_reverse_iterator(begin());</div>
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> }</div>
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> </div>
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> <span class="comment">/// Returns a reverse iterator to the element following the last</span></div>
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> <span class="comment">/// element of the reversed array. It corresponds to the element preceding</span></div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> <span class="comment">/// the first element of the non-reversed array. This element acts as a</span></div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> <span class="comment">/// placeholder, attempting to access it results in undefined behavior.</span></div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#acf509bd9a95c5adc0fd870ca0e7df4bd"> 224</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#acf509bd9a95c5adc0fd870ca0e7df4bd">crend</a>() <span class="keyword">const</span> <span class="keyword">noexcept</span> -> const_reverse_iterator</div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> {</div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> <span class="keywordflow">return</span> rend();</div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> }</div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> </div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> <span class="comment">/// Checks if the container has no elements, i.e. whether begin() == end().</span></div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a918aa2db77648f4bd28d098b2291208a"> 230</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a918aa2db77648f4bd28d098b2291208a">empty</a>() <span class="keyword">const</span> <span class="keyword">noexcept</span> -> <span class="keywordtype">bool</span></div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> {</div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> <span class="keywordflow">return</span> begin() == end();</div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> }</div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> </div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> <span class="comment">/// Returns the number of elements in the container, i.e. distance(begin(), end()).</span></div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#aeda399ad0b26aa2d0116f45b2a4c6ca0"> 236</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#aeda399ad0b26aa2d0116f45b2a4c6ca0">size</a>() <span class="keyword">const</span> <span class="keyword">noexcept</span> -> size_type</div>
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> {</div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> <span class="keywordflow">return</span> Size;</div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> }</div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> </div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> <span class="comment">/// Returns the maximum number of elements the container is able to</span></div>
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> <span class="comment">/// hold due to system or library implementation limitations, i.e.</span></div>
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> <span class="comment">/// distance(begin(), end()) for the largest container.</span></div>
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> <span class="comment">///</span></div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> <span class="comment">/// Because each array<T, N> is a fixed-size container, the value</span></div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> <span class="comment">/// returned by max_size equals N (which is also the value returned by size)</span></div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#ab8daee86afc61a02710e866901fcd68b"> 247</a></span> [[<a class="code hl_struct" href="structetl_1_1array.html">nodiscard</a>]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#ab8daee86afc61a02710e866901fcd68b">max_size</a>() <span class="keyword">const</span> <span class="keyword">noexcept</span> -> size_type</div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> {</div>
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> <span class="keywordflow">return</span> Size;</div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> }</div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> </div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> <span class="comment">/// Assigns the given value value to all elements in the container.</span></div>
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a12c40a981febdecebe60c5a612ff21aa"> 253</a></span> <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a12c40a981febdecebe60c5a612ff21aa">fill</a>(const_reference value) -> <span class="keywordtype">void</span></div>
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> {</div>
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> <a class="code hl_namespace" href="namespaceetl.html">etl</a>::fill_n(begin(), Size, value);</div>
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> }</div>
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span> </div>
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> <span class="comment">/// Exchanges the contents of the container with those of other. Does</span></div>
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> <span class="comment">/// not cause iterators and references to associate with the other</span></div>
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> <span class="comment">/// container.</span></div>
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#adca8c985ca49cb07565ce2a9995a3855"> 261</a></span> <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#adca8c985ca49cb07565ce2a9995a3855">swap</a>(<a class="code hl_struct" href="structetl_1_1array.html">array</a>& other) <span class="keyword">noexcept</span>(<a class="code hl_function" href="structetl_1_1array.html#adca8c985ca49cb07565ce2a9995a3855">is_nothrow_swappable_v</a><<a class="code hl_function" href="structetl_1_1array.html#adca8c985ca49cb07565ce2a9995a3855">Type</a>>) -> <span class="keywordtype">void</span></div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> {</div>
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span> <a class="code hl_namespace" href="namespaceetl.html">etl</a>::swap_ranges(begin(), end(), other.begin());</div>
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span> }</div>
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span> </div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span> <span class="comment">/// Specializes the swap algorithm for array. Swaps the contents of lhs and rhs.</span></div>
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#ab3ec4a357ac52e581d45047576bd002e"> 267</a></span> <span class="keyword">friend</span> <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_friend" href="structetl_1_1array.html#ab3ec4a357ac52e581d45047576bd002e">swap</a>(<a class="code hl_struct" href="structetl_1_1array.html">array</a>& lhs, <a class="code hl_struct" href="structetl_1_1array.html">array</a>& rhs) <span class="keyword">noexcept</span>(<span class="keyword">noexcept</span>(<a class="code hl_friend" href="structetl_1_1array.html#ab3ec4a357ac52e581d45047576bd002e">lhs</a>.<a class="code hl_friend" href="structetl_1_1array.html#ab3ec4a357ac52e581d45047576bd002e">swap</a>(<a class="code hl_friend" href="structetl_1_1array.html#ab3ec4a357ac52e581d45047576bd002e">rhs</a>))) -> <span class="keywordtype">void</span></div>
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> {</div>
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> lhs.swap(rhs);</div>
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> }</div>
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> </div>
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> <span class="comment">/// Checks if the contents of lhs and rhs are equal, that is, they have</span></div>
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> <span class="comment">/// the same number of elements and each element in lhs compares equal with the</span></div>
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> <span class="comment">/// element in rhs at the same position.</span></div>
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a8bd4e830b5de57b0d1c67280677c992a"> 275</a></span> <span class="keyword">friend</span> <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_friend" href="structetl_1_1array.html#a8bd4e830b5de57b0d1c67280677c992a">operator</a>==(<a class="code hl_struct" href="structetl_1_1array.html">array</a> <span class="keyword">const</span>& lhs, <a class="code hl_struct" href="structetl_1_1array.html">array</a> <span class="keyword">const</span>& rhs) -> <span class="keywordtype">bool</span></div>
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> {</div>
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span> <span class="keywordflow">return</span> <a class="code hl_namespace" href="namespaceetl.html">etl</a>::equal(lhs.begin(), lhs.end(), rhs.begin());</div>
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> }</div>
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span> </div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span> <span class="comment">/// Compares the contents of lhs and rhs lexicographically. The</span></div>
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span> <span class="comment">/// comparison is performed by a function equivalent to lexicographical_compare.</span></div>
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a55f0902fb41c93ffc3cfb1faca46e084"> 282</a></span> <span class="keyword">friend</span> <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_friend" href="structetl_1_1array.html#a55f0902fb41c93ffc3cfb1faca46e084">operator</a><(<a class="code hl_struct" href="structetl_1_1array.html">array</a> <span class="keyword">const</span>& lhs, <a class="code hl_struct" href="structetl_1_1array.html">array</a> <span class="keyword">const</span>& rhs) -> <span class="keywordtype">bool</span></div>
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> {</div>
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span> <span class="keywordflow">return</span> <a class="code hl_namespace" href="namespaceetl.html">etl</a>::lexicographical_compare(lhs.begin(), lhs.end(), rhs.begin(), rhs.end());</div>
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span> }</div>
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span> </div>
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#ad79496c668b8897e66cba6fb437edd34"> 287</a></span> <span class="keyword">friend</span> <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_friend" href="structetl_1_1array.html#ad79496c668b8897e66cba6fb437edd34">operator</a><=(<a class="code hl_struct" href="structetl_1_1array.html">array</a> <span class="keyword">const</span>& lhs, <a class="code hl_struct" href="structetl_1_1array.html">array</a> <span class="keyword">const</span>& rhs) -> <span class="keywordtype">bool</span></div>
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span> {</div>
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> <span class="keywordflow">return</span> <span class="keyword">not</span>(rhs < lhs);</div>
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span> }</div>
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> </div>
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#ab1b551796eb9b49716ae2ca6dd5dfed5"> 292</a></span> <span class="keyword">friend</span> <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_friend" href="structetl_1_1array.html#ab1b551796eb9b49716ae2ca6dd5dfed5">operator</a>>(<a class="code hl_struct" href="structetl_1_1array.html">array</a> <span class="keyword">const</span>& lhs, <a class="code hl_struct" href="structetl_1_1array.html">array</a> <span class="keyword">const</span>& rhs) -> <span class="keywordtype">bool</span></div>
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span> {</div>
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span> <span class="keywordflow">return</span> rhs < lhs;</div>
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span> }</div>
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span> </div>
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#ad769293a87a5c718994c15a283597aba"> 297</a></span> <span class="keyword">friend</span> <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_friend" href="structetl_1_1array.html#ad769293a87a5c718994c15a283597aba">operator</a>>=(<a class="code hl_struct" href="structetl_1_1array.html">array</a> <span class="keyword">const</span>& lhs, <a class="code hl_struct" href="structetl_1_1array.html">array</a> <span class="keyword">const</span>& rhs) -> <span class="keywordtype">bool</span></div>
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span> {</div>
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span> <span class="keywordflow">return</span> <span class="keyword">not</span>(lhs < rhs);</div>
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span> }</div>
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span> </div>
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> <span class="comment">/// \internal</span></div>
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#ab4db7d754a64eebc20fd9fcfef9efe54"> 303</a></span> <span class="keyword">using</span> array_t = conditional_t<Size == 0, <a class="code hl_struct" href="structetl_1_1empty__c__array.html">empty_c_array</a>, c_array<Type, Size + size_t{Size == 0}>>;</div>
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span> </div>
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span> <span class="comment">/// \internal</span></div>
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> <a class="code hl_struct" href="structetl_1_1array.html">TETL_NO_UNIQUE_ADDRESS</a> array_t _internal_array_do_not_use_directly; <span class="comment">// NOLINT(readability-identifier-naming)</span></div>
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span>};</div>
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span> </div>
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span><span class="comment">/// One deduction guide is provided for array to provide an equivalent of</span></div>
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span><span class="comment">/// experimental::make_array for construction of array from a variadic parameter</span></div>
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span><span class="comment">/// pack. The program is ill-formed if (is_same_v<T, U> and ...) is not true.</span></div>
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span><span class="comment">/// Note that it is true when sizeof...(U) is zero.</span></div>
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span><span class="comment">/// \relates array</span></div>
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span><span class="keyword">template</span> <<span class="keyword">typename</span> T, <span class="keyword">typename</span>... U></div>
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a4acb9fc77c91f6e92832d42185583633"> 315</a></span><a class="code hl_function" href="structetl_1_1array.html#a4acb9fc77c91f6e92832d42185583633">array</a>(T, U...) -> <a class="code hl_struct" href="structetl_1_1array.html">array</a><T, 1 + <span class="keyword">sizeof</span>...(U)>;</div>
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> </div>
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span><span class="comment">/// \brief Provides access to the number of elements in an array as a</span></div>
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span><span class="comment">/// compile-time constant expression.</span></div>
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span><span class="comment">/// \relates array</span></div>
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span><span class="keyword">template</span> <<span class="keyword">typename</span> T, size_t N></div>
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"><a class="line" href="structetl_1_1tuple__size_3_01array_3_01T_00_01N_01_4_01_4.html"> 321</a></span><span class="keyword">struct</span> tuple_size<<a class="code hl_struct" href="structetl_1_1array.html">array</a><T, N>> : <a class="code hl_struct" href="structetl_1_1integral__constant.html">integral_constant</a><size_t, N> { };</div>
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> </div>
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span><span class="comment">/// \relates array</span></div>
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span><span class="keyword">template</span> <<span class="keyword">typename</span> <a class="code hl_function" href="structetl_1_1array.html#a52bce012c4b201c8f654c4eee78555ef">T</a>, <a class="code hl_function" href="structetl_1_1array.html#a52bce012c4b201c8f654c4eee78555ef">etl</a>::<a class="code hl_function" href="structetl_1_1array.html#a52bce012c4b201c8f654c4eee78555ef">size_t</a> <a class="code hl_function" href="structetl_1_1array.html#a52bce012c4b201c8f654c4eee78555ef">Size</a>></div>
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a52bce012c4b201c8f654c4eee78555ef"> 325</a></span><span class="keyword">inline</span> <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a52bce012c4b201c8f654c4eee78555ef">is_tuple_like</a><<a class="code hl_function" href="structetl_1_1array.html#a52bce012c4b201c8f654c4eee78555ef">etl</a>::<a class="code hl_function" href="structetl_1_1array.html#a52bce012c4b201c8f654c4eee78555ef">array</a><<a class="code hl_function" href="structetl_1_1array.html#a52bce012c4b201c8f654c4eee78555ef">T</a>, <a class="code hl_function" href="structetl_1_1array.html#a52bce012c4b201c8f654c4eee78555ef">Size</a>>> = <span class="keyword">true</span>;</div>
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span> </div>
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span><span class="comment">/// \brief Provides compile-time indexed access to the type of the elements of</span></div>
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span><span class="comment">/// the array using tuple-like interface.</span></div>
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"> 329</span><span class="keyword">template</span> <size_t I, <span class="keyword">typename</span> T></div>
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"><a class="line" href="structetl_1_1tuple__element.html"> 330</a></span><span class="keyword">struct</span> tuple_element;</div>
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span> </div>
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span><span class="keyword">template</span> <size_t I, <span class="keyword">typename</span> T, size_t N></div>
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"><a class="line" href="structetl_1_1tuple__element_3_01I_00_01array_3_01T_00_01N_01_4_01_4.html"> 333</a></span><span class="keyword">struct</span> tuple_element<I, <a class="code hl_struct" href="structetl_1_1array.html">array</a><T, N>> {</div>
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"><a class="line" href="structetl_1_1tuple__element_3_01I_00_01array_3_01T_00_01N_01_4_01_4.html#a834c467da58ea1d81821952d3c473b64"> 334</a></span> <span class="keyword">using</span> type = T;</div>
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span>};</div>
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span> </div>
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span><span class="comment">/// \brief Extracts the Ith element element from the array. I must be an integer</span></div>
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span><span class="comment">/// value in range [0, N). This is enforced at compile time as opposed to at()</span></div>
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span><span class="comment">/// or operator[].</span></div>
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"> 340</span><span class="comment">/// \relates array</span></div>
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span><span class="keyword">template</span> <size_t Index, <span class="keyword">typename</span> T, size_t Size></div>
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a7523a3dfaad4821bb37a62e49ae19564"> 342</a></span>[[nodiscard]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a7523a3dfaad4821bb37a62e49ae19564">get</a>(<a class="code hl_struct" href="structetl_1_1array.html">array</a><T, Size>& array) <span class="keyword">noexcept</span> -> T&</div>
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span>{</div>
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span> <span class="keyword">static_assert</span>(Index < Size, <span class="stringliteral">"array index out of range"</span>);</div>
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span> <span class="keywordflow">return</span> array[Index];</div>
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span>}</div>
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span> </div>
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span><span class="comment">/// \relates array</span></div>
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span><span class="keyword">template</span> <size_t Index, <span class="keyword">typename</span> T, size_t Size></div>
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#ab64420ef7894f5d9a1c2f33d35f3136e"> 350</a></span>[[nodiscard]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#ab64420ef7894f5d9a1c2f33d35f3136e">get</a>(<a class="code hl_struct" href="structetl_1_1array.html">array</a><T, Size> <span class="keyword">const</span>& array) <span class="keyword">noexcept</span> -> T <span class="keyword">const</span>&</div>
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span>{</div>
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span> <span class="keyword">static_assert</span>(Index < Size, <span class="stringliteral">"array index out of range"</span>);</div>
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span> <span class="keywordflow">return</span> array[Index];</div>
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span>}</div>
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span> </div>
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"> 356</span><span class="comment">/// \relates array</span></div>
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span><span class="keyword">template</span> <size_t Index, <span class="keyword">typename</span> T, size_t Size></div>
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a36575eb140868e578429286e8ec62e6e"> 358</a></span>[[nodiscard]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a36575eb140868e578429286e8ec62e6e">get</a>(<a class="code hl_struct" href="structetl_1_1array.html">array</a><T, Size>&& array) <span class="keyword">noexcept</span> -> T&&</div>
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span>{</div>
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span> <span class="keyword">static_assert</span>(Index < Size, <span class="stringliteral">"array index out of range"</span>);</div>
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span> <span class="keywordflow">return</span> <a class="code hl_namespace" href="namespaceetl.html">etl</a>::move(array[Index]);</div>
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span>}</div>
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span> </div>
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span><span class="comment">/// \relates array</span></div>
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span><span class="keyword">template</span> <size_t Index, <span class="keyword">typename</span> T, size_t Size></div>
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a519806e08910c96f1f59dc84109b2c60"> 366</a></span>[[nodiscard]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a519806e08910c96f1f59dc84109b2c60">get</a>(<a class="code hl_struct" href="structetl_1_1array.html">array</a><T, Size> <span class="keyword">const</span>&& array) <span class="keyword">noexcept</span> -> T <span class="keyword">const</span>&&</div>
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span>{</div>
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span> <span class="keyword">static_assert</span>(Index < Size, <span class="stringliteral">"array index out of range"</span>);</div>
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span> <span class="keywordflow">return</span> <a class="code hl_namespace" href="namespaceetl.html">etl</a>::move(array[Index]);</div>
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span>}</div>
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span> </div>
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span><span class="comment">/// \brief Creates a array from the one dimensional built-in array a. The</span></div>
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span><span class="comment">/// elements of the array are copy-initialized from the corresponding element of</span></div>
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span><span class="comment">/// a. Copying or moving multidimensional built-in array is not supported.</span></div>
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span><span class="comment">/// \relates array</span></div>
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span><span class="keyword">template</span> <<span class="keyword">typename</span> T, size_t N></div>
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#ab473fe47c2383d723c9b37fa6af55104"> 377</a></span>[[nodiscard]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#ab473fe47c2383d723c9b37fa6af55104">to_array</a>(T (&a)[N]) -> <a class="code hl_struct" href="structetl_1_1array.html">array</a><remove_cv_t<T>, N></div>
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span>{</div>
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span> <span class="keywordflow">return</span> [&]<etl::size_t... I>(<a class="code hl_namespace" href="namespaceetl.html">etl</a>::index_sequence<I...> <span class="comment">/*i*/</span>) {</div>
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> <span class="keywordflow">return</span> <a class="code hl_namespace" href="namespaceetl.html">etl</a>::<a class="code hl_struct" href="structetl_1_1array.html">array</a><<a class="code hl_namespace" href="namespaceetl.html">etl</a>::remove_cv_t<T>, N>{{a[I]...}};</div>
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span> }(<a class="code hl_namespace" href="namespaceetl.html">etl</a>::make_index_sequence<N>{});</div>
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span>}</div>
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span> </div>
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span><span class="comment">/// \relates array</span></div>
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span><span class="keyword">template</span> <<span class="keyword">typename</span> T, size_t N></div>
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"><a class="line" href="structetl_1_1array.html#a206fb932614fa86d56d410c37f786760"> 386</a></span>[[nodiscard]] <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_function" href="structetl_1_1array.html#a206fb932614fa86d56d410c37f786760">to_array</a>(T (&&a)[N])</div>
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span>{</div>
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"> 388</span> <span class="keywordflow">return</span> [&]<etl::size_t... I>(<a class="code hl_namespace" href="namespaceetl.html">etl</a>::index_sequence<I...> <span class="comment">/*i*/</span>) {</div>
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span> <span class="keywordflow">return</span> <a class="code hl_namespace" href="namespaceetl.html">etl</a>::<a class="code hl_struct" href="structetl_1_1array.html">array</a><<a class="code hl_namespace" href="namespaceetl.html">etl</a>::remove_cv_t<T>, N>{{<a class="code hl_namespace" href="namespaceetl.html">etl</a>::move(a[I])...}};</div>
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span> }(<a class="code hl_namespace" href="namespaceetl.html">etl</a>::make_index_sequence<N>{});</div>
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"> 391</span>}</div>
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"> 392</span> </div>
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span><span class="keyword">template</span> <<span class="keyword">typename</span> <a class="code hl_variable" href="namespaceetl.html#a959d90905f2e3cc9489dab5072ae5d71">T</a>></div>
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"><a class="line" href="namespaceetl.html#a959d90905f2e3cc9489dab5072ae5d71"> 394</a></span><span class="keyword">inline</span> <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_variable" href="namespaceetl.html#a959d90905f2e3cc9489dab5072ae5d71">is_etl_array</a> = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span> </div>
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"> 396</span><span class="keyword">template</span> <<span class="keyword">typename</span> <a class="code hl_variable" href="namespaceetl.html#a6287ca87bfb8d3d5c34ea3917af306f0">T</a>, <a class="code hl_variable" href="namespaceetl.html#a6287ca87bfb8d3d5c34ea3917af306f0">size_t</a> <a class="code hl_variable" href="namespaceetl.html#a6287ca87bfb8d3d5c34ea3917af306f0">Size</a>></div>
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"><a class="line" href="namespaceetl.html#a6287ca87bfb8d3d5c34ea3917af306f0"> 397</a></span><span class="keyword">inline</span> <span class="keyword">constexpr</span> <span class="keyword">auto</span> <a class="code hl_variable" href="namespaceetl.html#a6287ca87bfb8d3d5c34ea3917af306f0">is_etl_array</a><<a class="code hl_variable" href="namespaceetl.html#a6287ca87bfb8d3d5c34ea3917af306f0">array</a><<a class="code hl_variable" href="namespaceetl.html#a6287ca87bfb8d3d5c34ea3917af306f0">T</a>, <a class="code hl_variable" href="namespaceetl.html#a6287ca87bfb8d3d5c34ea3917af306f0">Size</a>>> = <span class="keyword">true</span>;</div>
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span> </div>
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span>} <span class="comment">// namespace etl</span></div>
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span> </div>
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"> 401</span><span class="preprocessor">#</span><span class="preprocessor">endif</span> <span class="comment">// TETL_ARRAY_ARRAY_HPP</span></div>
<div class="ttc" id="anamespaceetl_html"><div class="ttname"><a href="namespaceetl.html">etl</a></div><div class="ttdef"><b>Definition</b> adjacent_find.hpp:9</div></div>
<div class="ttc" id="anamespaceetl_html_a6287ca87bfb8d3d5c34ea3917af306f0"><div class="ttname"><a href="namespaceetl.html#a6287ca87bfb8d3d5c34ea3917af306f0">etl::is_etl_array< array< T, Size > ></a></div><div class="ttdeci">constexpr auto is_etl_array< array< T, Size > ></div><div class="ttdef"><b>Definition</b> array.hpp:397</div></div>
<div class="ttc" id="anamespaceetl_html_a959d90905f2e3cc9489dab5072ae5d71"><div class="ttname"><a href="namespaceetl.html#a959d90905f2e3cc9489dab5072ae5d71">etl::is_etl_array</a></div><div class="ttdeci">constexpr auto is_etl_array</div><div class="ttdef"><b>Definition</b> array.hpp:394</div></div>
<div class="ttc" id="anamespaceetl_html_abb16b244632f4ab5f6fd117e5a75473e"><div class="ttname"><a href="namespaceetl.html#abb16b244632f4ab5f6fd117e5a75473e">etl::unreachable</a></div><div class="ttdeci">auto unreachable() -> void</div><div class="ttdef"><b>Definition</b> unreachable.hpp:11</div></div>
<div class="ttc" id="astructetl_1_1array_html"><div class="ttname"><a href="structetl_1_1array.html">etl::array</a></div><div class="ttdoc">A container that encapsulates fixed size arrays.</div><div class="ttdef"><b>Definition</b> array.hpp:49</div></div>
<div class="ttc" id="astructetl_1_1array_html_a12c40a981febdecebe60c5a612ff21aa"><div class="ttname"><a href="structetl_1_1array.html#a12c40a981febdecebe60c5a612ff21aa">etl::array::fill</a></div><div class="ttdeci">constexpr auto fill(const_reference value) -> void</div><div class="ttdoc">Assigns the given value value to all elements in the container.</div><div class="ttdef"><b>Definition</b> array.hpp:253</div></div>
<div class="ttc" id="astructetl_1_1array_html_a206fb932614fa86d56d410c37f786760"><div class="ttname"><a href="structetl_1_1array.html#a206fb932614fa86d56d410c37f786760">etl::array::to_array</a></div><div class="ttdeci">constexpr auto to_array(T(&&a)[N])</div><div class="ttdef"><b>Definition</b> array.hpp:386</div></div>
<div class="ttc" id="astructetl_1_1array_html_a2f459fb50d0fa3ca67b1e372169acfa1"><div class="ttname"><a href="structetl_1_1array.html#a2f459fb50d0fa3ca67b1e372169acfa1">etl::array::front</a></div><div class="ttdeci">constexpr auto front() const noexcept -> const_reference</div><div class="ttdoc">Accesses the first item.</div><div class="ttdef"><b>Definition</b> array.hpp:91</div></div>
<div class="ttc" id="astructetl_1_1array_html_a36575eb140868e578429286e8ec62e6e"><div class="ttname"><a href="structetl_1_1array.html#a36575eb140868e578429286e8ec62e6e">etl::array::get</a></div><div class="ttdeci">constexpr auto get(array< T, Size > &&array) noexcept -> T &&</div><div class="ttdef"><b>Definition</b> array.hpp:358</div></div>
<div class="ttc" id="astructetl_1_1array_html_a398644ccb51f16fc1ae01744f51ca411"><div class="ttname"><a href="structetl_1_1array.html#a398644ccb51f16fc1ae01744f51ca411">etl::array::crbegin</a></div><div class="ttdeci">constexpr auto crbegin() const noexcept -> const_reverse_iterator</div><div class="ttdoc">Returns a reverse iterator to the first element of the reversed array. It corresponds to the last ele...</div><div class="ttdef"><b>Definition</b> array.hpp:197</div></div>
<div class="ttc" id="astructetl_1_1array_html_a4acb9fc77c91f6e92832d42185583633"><div class="ttname"><a href="structetl_1_1array.html#a4acb9fc77c91f6e92832d42185583633">etl::array::array</a></div><div class="ttdeci">array(T, U...) -> array< T, 1+sizeof...(U)></div><div class="ttdoc">One deduction guide is provided for array to provide an equivalent of experimental::make_array for co...</div></div>
<div class="ttc" id="astructetl_1_1array_html_a4f7ebbc275e0cbbe7e3cc1588a86855e"><div class="ttname"><a href="structetl_1_1array.html#a4f7ebbc275e0cbbe7e3cc1588a86855e">etl::array::rbegin</a></div><div class="ttdeci">constexpr auto rbegin() const noexcept -> const_reverse_iterator</div><div class="ttdoc">Returns a reverse iterator to the first element of the reversed array. It corresponds to the last ele...</div><div class="ttdef"><b>Definition</b> array.hpp:189</div></div>
<div class="ttc" id="astructetl_1_1array_html_a519806e08910c96f1f59dc84109b2c60"><div class="ttname"><a href="structetl_1_1array.html#a519806e08910c96f1f59dc84109b2c60">etl::array::get</a></div><div class="ttdeci">constexpr auto get(array< T, Size > const &&array) noexcept -> T const &&</div><div class="ttdef"><b>Definition</b> array.hpp:366</div></div>
<div class="ttc" id="astructetl_1_1array_html_a52bce012c4b201c8f654c4eee78555ef"><div class="ttname"><a href="structetl_1_1array.html#a52bce012c4b201c8f654c4eee78555ef">etl::array::is_tuple_like</a></div><div class="ttdeci">constexpr auto is_tuple_like</div><div class="ttdef"><b>Definition</b> array.hpp:325</div></div>
<div class="ttc" id="astructetl_1_1array_html_a55f0902fb41c93ffc3cfb1faca46e084"><div class="ttname"><a href="structetl_1_1array.html#a55f0902fb41c93ffc3cfb1faca46e084">etl::array::operator<</a></div><div class="ttdeci">friend constexpr auto operator<(array const &lhs, array const &rhs) -> bool</div><div class="ttdoc">Compares the contents of lhs and rhs lexicographically. The comparison is performed by a function equ...</div><div class="ttdef"><b>Definition</b> array.hpp:282</div></div>
<div class="ttc" id="astructetl_1_1array_html_a58947c8752717e8dd93a105e7d37821d"><div class="ttname"><a href="structetl_1_1array.html#a58947c8752717e8dd93a105e7d37821d">etl::array::operator[]</a></div><div class="ttdeci">constexpr auto operator[](size_type const pos) noexcept -> reference</div><div class="ttdoc">Accesses the specified item with range checking.</div><div class="ttdef"><b>Definition</b> array.hpp:63</div></div>
<div class="ttc" id="astructetl_1_1array_html_a5b3f10db87a718012382b83be92260be"><div class="ttname"><a href="structetl_1_1array.html#a5b3f10db87a718012382b83be92260be">etl::array::operator[]</a></div><div class="ttdeci">constexpr auto operator[](size_type const pos) const noexcept -> const_reference</div><div class="ttdoc">Accesses the specified item with range checking.</div><div class="ttdef"><b>Definition</b> array.hpp:74</div></div>
<div class="ttc" id="astructetl_1_1array_html_a697e5cae800d36f7310df26e8fb12757"><div class="ttname"><a href="structetl_1_1array.html#a697e5cae800d36f7310df26e8fb12757">etl::array::back</a></div><div class="ttdeci">constexpr auto back() noexcept -> reference</div><div class="ttdoc">Accesses the last item.</div><div class="ttdef"><b>Definition</b> array.hpp:97</div></div>
<div class="ttc" id="astructetl_1_1array_html_a740d113e091637b968a569b39e25cb74"><div class="ttname"><a href="structetl_1_1array.html#a740d113e091637b968a569b39e25cb74">etl::array::rend</a></div><div class="ttdeci">constexpr auto rend() noexcept -> reverse_iterator</div><div class="ttdoc">Returns a reverse iterator to the element following the last element of the reversed array....</div><div class="ttdef"><b>Definition</b> array.hpp:206</div></div>
<div class="ttc" id="astructetl_1_1array_html_a7523a3dfaad4821bb37a62e49ae19564"><div class="ttname"><a href="structetl_1_1array.html#a7523a3dfaad4821bb37a62e49ae19564">etl::array::get</a></div><div class="ttdeci">constexpr auto get(array< T, Size > &array) noexcept -> T &</div><div class="ttdoc">Extracts the Ith element element from the array. I must be an integer value in range [0,...</div><div class="ttdef"><b>Definition</b> array.hpp:342</div></div>
<div class="ttc" id="astructetl_1_1array_html_a773a7036d91b150864530b3c86f8946c"><div class="ttname"><a href="structetl_1_1array.html#a773a7036d91b150864530b3c86f8946c">etl::array::begin</a></div><div class="ttdeci">constexpr auto begin() noexcept -> iterator</div><div class="ttdoc">Returns an iterator to the beginning.</div><div class="ttdef"><b>Definition</b> array.hpp:127</div></div>
<div class="ttc" id="astructetl_1_1array_html_a7be357fc22f42093a431a1132b2c4b0c"><div class="ttname"><a href="structetl_1_1array.html#a7be357fc22f42093a431a1132b2c4b0c">etl::array::end</a></div><div class="ttdeci">constexpr auto end() noexcept -> iterator</div><div class="ttdoc">Returns an iterator to the end.</div><div class="ttdef"><b>Definition</b> array.hpp:153</div></div>
<div class="ttc" id="astructetl_1_1array_html_a7c168a00590a06a5ee2acf2a3cdb4535"><div class="ttname"><a href="structetl_1_1array.html#a7c168a00590a06a5ee2acf2a3cdb4535">etl::array::begin</a></div><div class="ttdeci">constexpr auto begin() const noexcept -> const_iterator</div><div class="ttdoc">Returns an iterator to the beginning.</div><div class="ttdef"><b>Definition</b> array.hpp:137</div></div>
<div class="ttc" id="astructetl_1_1array_html_a7d775d08517312971f785afd6d0ac8a6"><div class="ttname"><a href="structetl_1_1array.html#a7d775d08517312971f785afd6d0ac8a6">etl::array::cbegin</a></div><div class="ttdeci">constexpr auto cbegin() const noexcept -> const_iterator</div><div class="ttdoc">Returns an const iterator to the beginning.</div><div class="ttdef"><b>Definition</b> array.hpp:147</div></div>
<div class="ttc" id="astructetl_1_1array_html_a8bd4e830b5de57b0d1c67280677c992a"><div class="ttname"><a href="structetl_1_1array.html#a8bd4e830b5de57b0d1c67280677c992a">etl::array::operator==</a></div><div class="ttdeci">friend constexpr auto operator==(array const &lhs, array const &rhs) -> bool</div><div class="ttdoc">Checks if the contents of lhs and rhs are equal, that is, they have the same number of elements and e...</div><div class="ttdef"><b>Definition</b> array.hpp:275</div></div>
<div class="ttc" id="astructetl_1_1array_html_a918aa2db77648f4bd28d098b2291208a"><div class="ttname"><a href="structetl_1_1array.html#a918aa2db77648f4bd28d098b2291208a">etl::array::empty</a></div><div class="ttdeci">constexpr auto empty() const noexcept -> bool</div><div class="ttdoc">Checks if the container has no elements, i.e. whether begin() == end().</div><div class="ttdef"><b>Definition</b> array.hpp:230</div></div>
<div class="ttc" id="astructetl_1_1array_html_a9b2dd583448b55552097e53691f3b577"><div class="ttname"><a href="structetl_1_1array.html#a9b2dd583448b55552097e53691f3b577">etl::array::data</a></div><div class="ttdeci">constexpr auto data() noexcept -> pointer</div><div class="ttdoc">Returns pointer to the underlying array serving as element storage. The pointer is such that range [d...</div><div class="ttdef"><b>Definition</b> array.hpp:112</div></div>
<div class="ttc" id="astructetl_1_1array_html_a9c7d74ccddaba8a1a25077524cc40971"><div class="ttname"><a href="structetl_1_1array.html#a9c7d74ccddaba8a1a25077524cc40971">etl::array::back</a></div><div class="ttdeci">constexpr auto back() const noexcept -> const_reference</div><div class="ttdoc">Accesses the last item.</div><div class="ttdef"><b>Definition</b> array.hpp:103</div></div>
<div class="ttc" id="astructetl_1_1array_html_aa8c502e7821d561a7cd420628f5297f4"><div class="ttname"><a href="structetl_1_1array.html#aa8c502e7821d561a7cd420628f5297f4">etl::array::front</a></div><div class="ttdeci">constexpr auto front() noexcept -> reference</div><div class="ttdoc">Accesses the first item.</div><div class="ttdef"><b>Definition</b> array.hpp:85</div></div>
<div class="ttc" id="astructetl_1_1array_html_ab1b551796eb9b49716ae2ca6dd5dfed5"><div class="ttname"><a href="structetl_1_1array.html#ab1b551796eb9b49716ae2ca6dd5dfed5">etl::array::operator></a></div><div class="ttdeci">friend constexpr auto operator>(array const &lhs, array const &rhs) -> bool</div><div class="ttdef"><b>Definition</b> array.hpp:292</div></div>
<div class="ttc" id="astructetl_1_1array_html_ab3ec4a357ac52e581d45047576bd002e"><div class="ttname"><a href="structetl_1_1array.html#ab3ec4a357ac52e581d45047576bd002e">etl::array::swap</a></div><div class="ttdeci">friend constexpr auto swap(array &lhs, array &rhs) noexcept(noexcept(lhs.swap(rhs))) -> void</div><div class="ttdoc">Specializes the swap algorithm for array. Swaps the contents of lhs and rhs.</div><div class="ttdef"><b>Definition</b> array.hpp:267</div></div>
<div class="ttc" id="astructetl_1_1array_html_ab473fe47c2383d723c9b37fa6af55104"><div class="ttname"><a href="structetl_1_1array.html#ab473fe47c2383d723c9b37fa6af55104">etl::array::to_array</a></div><div class="ttdeci">constexpr auto to_array(T(&a)[N]) -> array< remove_cv_t< T >, N ></div><div class="ttdoc">Creates a array from the one dimensional built-in array a. The elements of the array are copy-initial...</div><div class="ttdef"><b>Definition</b> array.hpp:377</div></div>
<div class="ttc" id="astructetl_1_1array_html_ab64420ef7894f5d9a1c2f33d35f3136e"><div class="ttname"><a href="structetl_1_1array.html#ab64420ef7894f5d9a1c2f33d35f3136e">etl::array::get</a></div><div class="ttdeci">constexpr auto get(array< T, Size > const &array) noexcept -> T const &</div><div class="ttdef"><b>Definition</b> array.hpp:350</div></div>
<div class="ttc" id="astructetl_1_1array_html_ab8daee86afc61a02710e866901fcd68b"><div class="ttname"><a href="structetl_1_1array.html#ab8daee86afc61a02710e866901fcd68b">etl::array::max_size</a></div><div class="ttdeci">constexpr auto max_size() const noexcept -> size_type</div><div class="ttdoc">Returns the maximum number of elements the container is able to hold due to system or library impleme...</div><div class="ttdef"><b>Definition</b> array.hpp:247</div></div>
<div class="ttc" id="astructetl_1_1array_html_ac0f1c50547264d3a0a125f5cc92e4fe4"><div class="ttname"><a href="structetl_1_1array.html#ac0f1c50547264d3a0a125f5cc92e4fe4">etl::array::end</a></div><div class="ttdeci">constexpr auto end() const noexcept -> const_iterator</div><div class="ttdoc">Returns an iterator to the end.</div><div class="ttdef"><b>Definition</b> array.hpp:163</div></div>
<div class="ttc" id="astructetl_1_1array_html_acf509bd9a95c5adc0fd870ca0e7df4bd"><div class="ttname"><a href="structetl_1_1array.html#acf509bd9a95c5adc0fd870ca0e7df4bd">etl::array::crend</a></div><div class="ttdeci">constexpr auto crend() const noexcept -> const_reverse_iterator</div><div class="ttdoc">Returns a reverse iterator to the element following the last element of the reversed array....</div><div class="ttdef"><b>Definition</b> array.hpp:224</div></div>
<div class="ttc" id="astructetl_1_1array_html_ad769293a87a5c718994c15a283597aba"><div class="ttname"><a href="structetl_1_1array.html#ad769293a87a5c718994c15a283597aba">etl::array::operator>=</a></div><div class="ttdeci">friend constexpr auto operator>=(array const &lhs, array const &rhs) -> bool</div><div class="ttdef"><b>Definition</b> array.hpp:297</div></div>
<div class="ttc" id="astructetl_1_1array_html_ad79496c668b8897e66cba6fb437edd34"><div class="ttname"><a href="structetl_1_1array.html#ad79496c668b8897e66cba6fb437edd34">etl::array::operator<=</a></div><div class="ttdeci">friend constexpr auto operator<=(array const &lhs, array const &rhs) -> bool</div><div class="ttdef"><b>Definition</b> array.hpp:287</div></div>
<div class="ttc" id="astructetl_1_1array_html_adca8c985ca49cb07565ce2a9995a3855"><div class="ttname"><a href="structetl_1_1array.html#adca8c985ca49cb07565ce2a9995a3855">etl::array::swap</a></div><div class="ttdeci">constexpr auto swap(array &other) noexcept(is_nothrow_swappable_v< Type >) -> void</div><div class="ttdoc">Exchanges the contents of the container with those of other. Does not cause iterators and references ...</div><div class="ttdef"><b>Definition</b> array.hpp:261</div></div>
<div class="ttc" id="astructetl_1_1array_html_addcf469e96bb82eab92925415b43e219"><div class="ttname"><a href="structetl_1_1array.html#addcf469e96bb82eab92925415b43e219">etl::array::data</a></div><div class="ttdeci">constexpr auto data() const noexcept -> const_pointer</div><div class="ttdoc">Returns pointer to the underlying array serving as element storage. The pointer is such that range [d...</div><div class="ttdef"><b>Definition</b> array.hpp:121</div></div>
<div class="ttc" id="astructetl_1_1array_html_ae3c2bc93013da8a1126d9a39c5086b60"><div class="ttname"><a href="structetl_1_1array.html#ae3c2bc93013da8a1126d9a39c5086b60">etl::array::rend</a></div><div class="ttdeci">constexpr auto rend() const noexcept -> const_reverse_iterator</div><div class="ttdoc">Returns a reverse iterator to the element following the last element of the reversed array....</div><div class="ttdef"><b>Definition</b> array.hpp:215</div></div>
<div class="ttc" id="astructetl_1_1array_html_aeda399ad0b26aa2d0116f45b2a4c6ca0"><div class="ttname"><a href="structetl_1_1array.html#aeda399ad0b26aa2d0116f45b2a4c6ca0">etl::array::size</a></div><div class="ttdeci">constexpr auto size() const noexcept -> size_type</div><div class="ttdoc">Returns the number of elements in the container, i.e. distance(begin(), end()).</div><div class="ttdef"><b>Definition</b> array.hpp:236</div></div>
<div class="ttc" id="astructetl_1_1array_html_aefb46423f218c0902e36d10d8c50ca5f"><div class="ttname"><a href="structetl_1_1array.html#aefb46423f218c0902e36d10d8c50ca5f">etl::array::cend</a></div><div class="ttdeci">constexpr auto cend() const noexcept -> const_iterator</div><div class="ttdoc">Returns an const iterator to the end.</div><div class="ttdef"><b>Definition</b> array.hpp:173</div></div>
<div class="ttc" id="astructetl_1_1array_html_af8ab228abae0172811e0f13d083fdf52"><div class="ttname"><a href="structetl_1_1array.html#af8ab228abae0172811e0f13d083fdf52">etl::array::rbegin</a></div><div class="ttdeci">constexpr auto rbegin() noexcept -> reverse_iterator</div><div class="ttdoc">Returns a reverse iterator to the first element of the reversed array. It corresponds to the last ele...</div><div class="ttdef"><b>Definition</b> array.hpp:181</div></div>
<div class="ttc" id="astructetl_1_1empty__c__array_html"><div class="ttname"><a href="structetl_1_1empty__c__array.html">etl::empty_c_array</a></div><div class="ttdef"><b>Definition</b> c_array.hpp:16</div></div>
<div class="ttc" id="astructetl_1_1integral__constant_html"><div class="ttname"><a href="structetl_1_1integral__constant.html">etl::integral_constant</a></div><div class="ttdef"><b>Definition</b> integral_constant.hpp:11</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_088299f779bf7d891f9a291787866d6f.html">etl</a></li><li class="navelem"><a class="el" href="dir_2d008c465bf677034825632487fc545c.html">_array</a></li><li class="navelem"><a class="el" href="__array_2array_8hpp.html">array.hpp</a></li>
<li class="footer">Generated on Sat Sep 20 2025 23:51:00 for tetl by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
</html>