This repository has been archived on 2026-02-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Livox-SDK/docs/chrono_8h_source.html
T
2019-05-06 12:33:55 +08:00

216 lines
146 KiB
HTML

<!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">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Livox SDK API: sdk_core/include/third_party/spdlog/spdlog/fmt/bundled/chrono.h 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>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */</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>
<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 style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="1.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Livox SDK API
&#160;<span id="projectnumber">V1.1.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @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:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</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:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('chrono_8h_source.html','');});
/* @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">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">chrono.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="chrono_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// Formatting library for C++ - chrono support</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// Copyright (c) 2012 - present, Victor Zverovich</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// All rights reserved.</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// For the license information refer to format.h.</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#ifndef FMT_CHRONO_H_</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#define FMT_CHRONO_H_</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="format_8h.html">format.h</a>&quot;</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="locale_8h.html">locale.h</a>&quot;</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#include &lt;chrono&gt;</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor">#include &lt;ctime&gt;</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#include &lt;locale&gt;</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#include &lt;sstream&gt;</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html"> 19</a></span>&#160;<a class="code" href="core_8h.html#a887c191adf8cfaf06ed40b5c4d487343">FMT_BEGIN_NAMESPACE</a></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5_1_1internal.html"> 21</a></span>&#160;<span class="keyword">namespace </span>internal{</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74"> 23</a></span>&#160;<span class="keyword">enum class</span> <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a> {</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74ac00f0c4675b91fb8b918e4079a0b1bac">standard</a>,</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; <span class="comment">// Alternative numeric system, e.g. 十二 instead of 12 in ja_JP locale.</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74aa04fe4e390a7c7d5d4583f85d24e164d">alternative</a></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;};</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="comment">// Parses a put_time-like format string and invokes handler actions.</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> Char, <span class="keyword">typename</span> Handler&gt;</div><div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5_1_1internal.html#ad8194ac1ba523a7a5014c9cb49f3bf8d"> 31</a></span>&#160;<a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> Char *<a class="code" href="namespacefmt_1_1v5_1_1internal.html#ad8194ac1ba523a7a5014c9cb49f3bf8d">parse_chrono_format</a>(</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; <span class="keyword">const</span> Char *<a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a>, <span class="keyword">const</span> Char *<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a>, Handler &amp;&amp;handler) {</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <span class="keyword">auto</span> <a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a> = <a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a>;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; <span class="keywordflow">while</span> (<a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a> != <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a>) {</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; <span class="keyword">auto</span> c = *<a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a>;</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; <span class="keywordflow">if</span> (c == <span class="charliteral">&#39;}&#39;</span>) <span class="keywordflow">break</span>;</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; <span class="keywordflow">if</span> (c != <span class="charliteral">&#39;%&#39;</span>) {</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; ++<a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a>;</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="keywordflow">continue</span>;</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; }</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a> != <a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a>)</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; handler.on_text(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a>, <a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a>);</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; ++<a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a>; <span class="comment">// consume &#39;%&#39;</span></div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a> == <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a>)</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; <span class="keywordflow">throw</span> <a class="code" href="classfmt_1_1v5_1_1format__error.html">format_error</a>(<span class="stringliteral">&quot;invalid format&quot;</span>);</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; c = *<a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a>++;</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <span class="keywordflow">switch</span> (c) {</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;%&#39;</span>:</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; handler.on_text(<a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a> - 1, <a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a>);</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;n&#39;</span>: {</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span> newline[] = <span class="stringliteral">&quot;\n&quot;</span>;</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; handler.on_text(newline, newline + 1);</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; }</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;t&#39;</span>: {</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <span class="keyword">const</span> <span class="keywordtype">char</span> tab[] = <span class="stringliteral">&quot;\t&quot;</span>;</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; handler.on_text(tab, tab + 1);</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; }</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <span class="comment">// Day of the week:</span></div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;a&#39;</span>:</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; handler.on_abbr_weekday();</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;A&#39;</span>:</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; handler.on_full_weekday();</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;w&#39;</span>:</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; handler.on_dec0_weekday(numeric_system::standard);</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;u&#39;</span>:</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; handler.on_dec1_weekday(numeric_system::standard);</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; <span class="comment">// Month:</span></div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;b&#39;</span>:</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; handler.on_abbr_month();</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;B&#39;</span>:</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; handler.on_full_month();</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; <span class="comment">// Hour, minute, second:</span></div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;H&#39;</span>:</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; handler.on_24_hour(numeric_system::standard);</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;I&#39;</span>:</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; handler.on_12_hour(numeric_system::standard);</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;M&#39;</span>:</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; handler.on_minute(numeric_system::standard);</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;S&#39;</span>:</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; handler.on_second(numeric_system::standard);</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; <span class="comment">// Other:</span></div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;c&#39;</span>:</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; handler.on_datetime(numeric_system::standard);</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;x&#39;</span>:</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; handler.on_loc_date(numeric_system::standard);</div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;X&#39;</span>:</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; handler.on_loc_time(numeric_system::standard);</div><div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;D&#39;</span>:</div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; handler.on_us_date();</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;F&#39;</span>:</div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; handler.on_iso_date();</div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;r&#39;</span>:</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; handler.on_12_hour_time();</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;R&#39;</span>:</div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; handler.on_24_hour_time();</div><div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;T&#39;</span>:</div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; handler.on_iso_time();</div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;p&#39;</span>:</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; handler.on_am_pm();</div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;z&#39;</span>:</div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; handler.on_utc_offset();</div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;Z&#39;</span>:</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; handler.on_tz_name();</div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; <span class="comment">// Alternative representation:</span></div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;E&#39;</span>: {</div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a> == <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a>)</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; <span class="keywordflow">throw</span> <a class="code" href="classfmt_1_1v5_1_1format__error.html">format_error</a>(<span class="stringliteral">&quot;invalid format&quot;</span>);</div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; c = *<a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a>++;</div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; <span class="keywordflow">switch</span> (c) {</div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;c&#39;</span>:</div><div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; handler.on_datetime(numeric_system::alternative);</div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;x&#39;</span>:</div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; handler.on_loc_date(numeric_system::alternative);</div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;X&#39;</span>:</div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; handler.on_loc_time(numeric_system::alternative);</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; <span class="keywordflow">default</span>:</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; <span class="keywordflow">throw</span> <a class="code" href="classfmt_1_1v5_1_1format__error.html">format_error</a>(<span class="stringliteral">&quot;invalid format&quot;</span>);</div><div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; }</div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; }</div><div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;O&#39;</span>:</div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a> == <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a>)</div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160; <span class="keywordflow">throw</span> <a class="code" href="classfmt_1_1v5_1_1format__error.html">format_error</a>(<span class="stringliteral">&quot;invalid format&quot;</span>);</div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; c = *<a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a>++;</div><div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; <span class="keywordflow">switch</span> (c) {</div><div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;w&#39;</span>:</div><div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; handler.on_dec0_weekday(numeric_system::alternative);</div><div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;u&#39;</span>:</div><div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160; handler.on_dec1_weekday(numeric_system::alternative);</div><div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;H&#39;</span>:</div><div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; handler.on_24_hour(numeric_system::alternative);</div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;I&#39;</span>:</div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160; handler.on_12_hour(numeric_system::alternative);</div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;M&#39;</span>:</div><div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160; handler.on_minute(numeric_system::alternative);</div><div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160; <span class="keywordflow">case</span> <span class="charliteral">&#39;S&#39;</span>:</div><div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160; handler.on_second(numeric_system::alternative);</div><div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160; <span class="keywordflow">default</span>:</div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160; <span class="keywordflow">throw</span> <a class="code" href="classfmt_1_1v5_1_1format__error.html">format_error</a>(<span class="stringliteral">&quot;invalid format&quot;</span>);</div><div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160; }</div><div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160; <span class="keywordflow">break</span>;</div><div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160; <span class="keywordflow">default</span>:</div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160; <span class="keywordflow">throw</span> <a class="code" href="classfmt_1_1v5_1_1format__error.html">format_error</a>(<span class="stringliteral">&quot;invalid format&quot;</span>);</div><div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160; }</div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160; <a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a> = <a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a>;</div><div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160; }</div><div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a> != <a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a>)</div><div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; handler.on_text(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a>, <a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a>);</div><div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">ptr</a>;</div><div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160;}</div><div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160;</div><div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html"> 185</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html">chrono_format_checker</a> {</div><div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a477b82b9af3dab4475588b9f4a6d3070"> 186</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a477b82b9af3dab4475588b9f4a6d3070">report_no_date</a>() { <span class="keywordflow">throw</span> <a class="code" href="classfmt_1_1v5_1_1format__error.html">format_error</a>(<span class="stringliteral">&quot;no date&quot;</span>); }</div><div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160;</div><div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> Char&gt;</div><div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#af565f6815eef5198d9d9f792346aa599"> 189</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#af565f6815eef5198d9d9f792346aa599">on_text</a>(<span class="keyword">const</span> Char *, <span class="keyword">const</span> Char *) {}</div><div class="line"><a name="l00190"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a75a9ec7180a8977b83bcaaba724f058f"> 190</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a75a9ec7180a8977b83bcaaba724f058f">on_abbr_weekday</a>() { report_no_date(); }</div><div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a3ea0a9ac1f2f6a92e28fc14bdd9cf044"> 191</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a3ea0a9ac1f2f6a92e28fc14bdd9cf044">on_full_weekday</a>() { report_no_date(); }</div><div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#aef2fc6d8013c88e2b6589c015e4c826e"> 192</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#aef2fc6d8013c88e2b6589c015e4c826e">on_dec0_weekday</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a>) { report_no_date(); }</div><div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a7ec73eba1f9686886b0cd6e73f69c5ed"> 193</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a7ec73eba1f9686886b0cd6e73f69c5ed">on_dec1_weekday</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a>) { report_no_date(); }</div><div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a1b49b5b3497e4da015a75c0f5ad77f8a"> 194</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a1b49b5b3497e4da015a75c0f5ad77f8a">on_abbr_month</a>() { report_no_date(); }</div><div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a73341707b4ec25420120be39cb1ad1f3"> 195</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a73341707b4ec25420120be39cb1ad1f3">on_full_month</a>() { report_no_date(); }</div><div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#abc0fa900734b8934699a8705732f4394"> 196</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#abc0fa900734b8934699a8705732f4394">on_24_hour</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a>) {}</div><div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a95cd0458553c10a26bd580c73d528a2e"> 197</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a95cd0458553c10a26bd580c73d528a2e">on_12_hour</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a>) {}</div><div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a889e4a54d94853a3674df17d325e2cfc"> 198</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a889e4a54d94853a3674df17d325e2cfc">on_minute</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a>) {}</div><div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#aec0afcb1ea82fb8398061b69483726d1"> 199</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#aec0afcb1ea82fb8398061b69483726d1">on_second</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a>) {}</div><div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a1fb3b5911e2cfa3e99a19f660a4386a3"> 200</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a1fb3b5911e2cfa3e99a19f660a4386a3">on_datetime</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a>) { report_no_date(); }</div><div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#af00dab6f03010eb7c0e076f61949aa85"> 201</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#af00dab6f03010eb7c0e076f61949aa85">on_loc_date</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a>) { report_no_date(); }</div><div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a5c580fdd162ee92928248fcbe380ced4"> 202</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a5c580fdd162ee92928248fcbe380ced4">on_loc_time</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a>) { report_no_date(); }</div><div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a5090856f227bd8922edeecf97ea8bc31"> 203</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a5090856f227bd8922edeecf97ea8bc31">on_us_date</a>() { report_no_date(); }</div><div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a0eef44f4227621f82efdd96522a34cea"> 204</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a0eef44f4227621f82efdd96522a34cea">on_iso_date</a>() { report_no_date(); }</div><div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a94a739330ac56034fb9bde5d89c1c2b8"> 205</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a94a739330ac56034fb9bde5d89c1c2b8">on_12_hour_time</a>() {}</div><div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#aecf25d830a00bf920d3e366e946506f0"> 206</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#aecf25d830a00bf920d3e366e946506f0">on_24_hour_time</a>() {}</div><div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a2e995899ed1678d122629269247a911c"> 207</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a2e995899ed1678d122629269247a911c">on_iso_time</a>() {}</div><div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a98e676383a1103f987671d3ae77e108c"> 208</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a98e676383a1103f987671d3ae77e108c">on_am_pm</a>() {}</div><div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a401617e182eb83c9dbb3c17fce04029a"> 209</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a401617e182eb83c9dbb3c17fce04029a">on_utc_offset</a>() { report_no_date(); }</div><div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a03ef6dd252f466dc9ef48e61adb97e62"> 210</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a03ef6dd252f466dc9ef48e61adb97e62">on_tz_name</a>() { report_no_date(); }</div><div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160;};</div><div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160;</div><div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> Int&gt;</div><div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5_1_1internal.html#aeaa4eca77afc74c176ac1a1b941105f7"> 214</a></span>&#160;<span class="keyword">inline</span> <span class="keywordtype">int</span> <a class="code" href="namespacefmt_1_1v5_1_1internal.html#aeaa4eca77afc74c176ac1a1b941105f7">to_int</a>(Int <a class="code" href="classfmt_1_1v5_1_1internal_1_1value.html">value</a>) {</div><div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160; <a class="code" href="core_8h.html#a03e7ee720f43adc7d83c652a6a5dd5f8">FMT_ASSERT</a>(<a class="code" href="classfmt_1_1v5_1_1internal_1_1value.html">value</a> &gt;= (std::numeric_limits&lt;int&gt;::min)() &amp;&amp;</div><div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160; <a class="code" href="classfmt_1_1v5_1_1internal_1_1value.html">value</a> &lt;= (std::numeric_limits&lt;int&gt;::max)(), <span class="stringliteral">&quot;invalid value&quot;</span>);</div><div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160; <span class="keywordflow">return</span> static_cast&lt;int&gt;(<a class="code" href="classfmt_1_1v5_1_1internal_1_1value.html">value</a>);</div><div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160;}</div><div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160;</div><div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> FormatContext, <span class="keyword">typename</span> OutputIt&gt;</div><div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html"> 221</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html">chrono_formatter</a> {</div><div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a5836908b0ff253946807ec94b74885d6"> 222</a></span>&#160; FormatContext &amp;<a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a5836908b0ff253946807ec94b74885d6">context</a>;</div><div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a269fbfd37ea5e35b04d8ff1fd991138d"> 223</a></span>&#160; OutputIt <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a269fbfd37ea5e35b04d8ff1fd991138d">out</a>;</div><div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ad5e36628d12c268b31c170ae1f41de17"> 224</a></span>&#160; std::chrono::seconds <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ad5e36628d12c268b31c170ae1f41de17">s</a>;</div><div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ace51dbe524dffc062d59c9464587e9dd"> 225</a></span>&#160; std::chrono::milliseconds <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ace51dbe524dffc062d59c9464587e9dd">ms</a>;</div><div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160;</div><div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ae0c74a5cd09f1a944f76da410d337c60"> 227</a></span>&#160; <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespacefmt_1_1v5_1_1internal.html#af8b98afef956b03a99bc61d088705f13a4291d26029047911bc456839856ea64d">FormatContext::char_type</a> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ae0c74a5cd09f1a944f76da410d337c60">char_type</a>;</div><div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160;</div><div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a283a7a70218041ce28b0f3cea007655f"> 229</a></span>&#160; <span class="keyword">explicit</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a283a7a70218041ce28b0f3cea007655f">chrono_formatter</a>(FormatContext &amp;ctx, OutputIt o)</div><div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160; : context(ctx), out(o) {}</div><div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160;</div><div class="line"><a name="l00232"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ab42b53e1a929f512754d0f8c136ab18c"> 232</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ab42b53e1a929f512754d0f8c136ab18c">hour</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="namespacefmt_1_1v5_1_1internal.html#aeaa4eca77afc74c176ac1a1b941105f7">to_int</a>((s.count() / 3600) % 24); }</div><div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160;</div><div class="line"><a name="l00234"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a2be98cd6ddecf487ba9ea1a66df807e3"> 234</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a2be98cd6ddecf487ba9ea1a66df807e3">hour12</a>()<span class="keyword"> const </span>{</div><div class="line"><a name="l00235"></a><span class="lineno"> 235</span>&#160; <span class="keyword">auto</span> hour = <a class="code" href="namespacefmt_1_1v5_1_1internal.html#aeaa4eca77afc74c176ac1a1b941105f7">to_int</a>((s.count() / 3600) % 12);</div><div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160; <span class="keywordflow">return</span> hour &gt; 0 ? hour : 12;</div><div class="line"><a name="l00237"></a><span class="lineno"> 237</span>&#160; }</div><div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160;</div><div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a23fd5944d19602da875e39b45d66c737"> 239</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a23fd5944d19602da875e39b45d66c737">minute</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="namespacefmt_1_1v5_1_1internal.html#aeaa4eca77afc74c176ac1a1b941105f7">to_int</a>((s.count() / 60) % 60); }</div><div class="line"><a name="l00240"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ad518a05301185cec644e0a2aa55981f8"> 240</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ad518a05301185cec644e0a2aa55981f8">second</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="namespacefmt_1_1v5_1_1internal.html#aeaa4eca77afc74c176ac1a1b941105f7">to_int</a>(s.count() % 60); }</div><div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160;</div><div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ac229529f4628b228142ad3babb581225"> 242</a></span>&#160; std::tm <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ac229529f4628b228142ad3babb581225">time</a>()<span class="keyword"> const </span>{</div><div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160; <span class="keyword">auto</span> time = std::tm();</div><div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160; time.tm_hour = hour();</div><div class="line"><a name="l00245"></a><span class="lineno"> 245</span>&#160; time.tm_min = minute();</div><div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160; time.tm_sec = second();</div><div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160; <span class="keywordflow">return</span> time;</div><div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160; }</div><div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160;</div><div class="line"><a name="l00250"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a4db4fd25735fba269e0e462d2f0cebb2"> 250</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a4db4fd25735fba269e0e462d2f0cebb2">write</a>(<span class="keywordtype">int</span> <a class="code" href="classfmt_1_1v5_1_1internal_1_1value.html">value</a>, <span class="keywordtype">int</span> width) {</div><div class="line"><a name="l00251"></a><span class="lineno"> 251</span>&#160; <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1int__traits.html">int_traits&lt;int&gt;::main_type</a> main_type;</div><div class="line"><a name="l00252"></a><span class="lineno"> 252</span>&#160; main_type n = <a class="code" href="namespacefmt_1_1v5_1_1internal.html#abef3b695050c4132b4fc4d7f256b9580">to_unsigned</a>(<a class="code" href="classfmt_1_1v5_1_1internal_1_1value.html">value</a>);</div><div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160; <span class="keywordtype">int</span> num_digits = <a class="code" href="namespacespdlog_1_1details_1_1fmt__helper.html#a976eeb3c4a42ccfb05437aa9a0d4d9f7">internal::count_digits</a>(n);</div><div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160; <span class="keywordflow">if</span> (width &gt; num_digits)</div><div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160; out = std::fill_n(out, width - num_digits, <span class="charliteral">&#39;0&#39;</span>);</div><div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160; out = format_decimal&lt;char_type&gt;(out, n, num_digits);</div><div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160; }</div><div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160;</div><div class="line"><a name="l00259"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a1fc400d160bba953ff7412b6afce6ebc"> 259</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a1fc400d160bba953ff7412b6afce6ebc">format_localized</a>(<span class="keyword">const</span> tm &amp;time, <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="namespacefmt_1_1v5.html#a8accad256e8cb70d1398a568742a60f0">format</a>) {</div><div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160; <span class="keyword">auto</span> locale = context.locale().template get&lt;std::locale&gt;();</div><div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160; <span class="keyword">auto</span> &amp;facet = std::use_facet&lt;std::time_put&lt;char_type&gt;&gt;(locale);</div><div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160; std::basic_ostringstream&lt;char_type&gt; os;</div><div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160; os.imbue(locale);</div><div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160; facet.put(os, os, <span class="charliteral">&#39; &#39;</span>, &amp;time, <a class="code" href="namespacefmt_1_1v5.html#a8accad256e8cb70d1398a568742a60f0">format</a>, <a class="code" href="namespacefmt_1_1v5.html#a8accad256e8cb70d1398a568742a60f0">format</a> + std::strlen(<a class="code" href="namespacefmt_1_1v5.html#a8accad256e8cb70d1398a568742a60f0">format</a>));</div><div class="line"><a name="l00265"></a><span class="lineno"> 265</span>&#160; <span class="keyword">auto</span> str = os.str();</div><div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160; <a class="code" href="namespacefmt_1_1v5_1_1internal.html#afe980acdb2bb4cb83729a07c105159d1">std::copy</a>(str.begin(), str.end(), out);</div><div class="line"><a name="l00267"></a><span class="lineno"> 267</span>&#160; }</div><div class="line"><a name="l00268"></a><span class="lineno"> 268</span>&#160;</div><div class="line"><a name="l00269"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a0ed40f7f5d0fb57d145b880699442049"> 269</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a0ed40f7f5d0fb57d145b880699442049">on_text</a>(<span class="keyword">const</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ae0c74a5cd09f1a944f76da410d337c60">char_type</a> *<a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a>, <span class="keyword">const</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ae0c74a5cd09f1a944f76da410d337c60">char_type</a> *<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a>) {</div><div class="line"><a name="l00270"></a><span class="lineno"> 270</span>&#160; <a class="code" href="namespacefmt_1_1v5_1_1internal.html#afe980acdb2bb4cb83729a07c105159d1">std::copy</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a>, <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a>, out);</div><div class="line"><a name="l00271"></a><span class="lineno"> 271</span>&#160; }</div><div class="line"><a name="l00272"></a><span class="lineno"> 272</span>&#160;</div><div class="line"><a name="l00273"></a><span class="lineno"> 273</span>&#160; <span class="comment">// These are not implemented because durations don&#39;t have date information.</span></div><div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a9f368ece915dc9a49062e497ba8ffd3e"> 274</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a9f368ece915dc9a49062e497ba8ffd3e">on_abbr_weekday</a>() {}</div><div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a250161d0793ae68087d3d4b7c12c8e9b"> 275</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a250161d0793ae68087d3d4b7c12c8e9b">on_full_weekday</a>() {}</div><div class="line"><a name="l00276"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a393e3b451800b1933a7c8814cba0035e"> 276</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a393e3b451800b1933a7c8814cba0035e">on_dec0_weekday</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a>) {}</div><div class="line"><a name="l00277"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a6f2ea84fef033aff9e450320bd6c6adc"> 277</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a6f2ea84fef033aff9e450320bd6c6adc">on_dec1_weekday</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a>) {}</div><div class="line"><a name="l00278"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a8695bfe8c62948476e06fb866f1b5abd"> 278</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a8695bfe8c62948476e06fb866f1b5abd">on_abbr_month</a>() {}</div><div class="line"><a name="l00279"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a5219e7d23e107a5b02c3912cce41ba1c"> 279</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a5219e7d23e107a5b02c3912cce41ba1c">on_full_month</a>() {}</div><div class="line"><a name="l00280"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#af3f1770368c80ca2261b51f14c96f0c1"> 280</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#af3f1770368c80ca2261b51f14c96f0c1">on_datetime</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a>) {}</div><div class="line"><a name="l00281"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a998f57672158911587892e30b6442034"> 281</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a998f57672158911587892e30b6442034">on_loc_date</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a>) {}</div><div class="line"><a name="l00282"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ad11342e8d7b36dc1fc82aa5e81e5a33c"> 282</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ad11342e8d7b36dc1fc82aa5e81e5a33c">on_loc_time</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a>) {}</div><div class="line"><a name="l00283"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ae7113c63bfe389915537b985236ea3e2"> 283</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ae7113c63bfe389915537b985236ea3e2">on_us_date</a>() {}</div><div class="line"><a name="l00284"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#aa41c3019274a95fe19f1abf2013311a3"> 284</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#aa41c3019274a95fe19f1abf2013311a3">on_iso_date</a>() {}</div><div class="line"><a name="l00285"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a437caae6cfab224f6f4d5ec7d32939d4"> 285</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a437caae6cfab224f6f4d5ec7d32939d4">on_utc_offset</a>() {}</div><div class="line"><a name="l00286"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ab8d234f82d65181090cdf1602871e485"> 286</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ab8d234f82d65181090cdf1602871e485">on_tz_name</a>() {}</div><div class="line"><a name="l00287"></a><span class="lineno"> 287</span>&#160;</div><div class="line"><a name="l00288"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#aa0e5243ab84d9be54fbfc85691f93a24"> 288</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#aa0e5243ab84d9be54fbfc85691f93a24">on_24_hour</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a> ns) {</div><div class="line"><a name="l00289"></a><span class="lineno"> 289</span>&#160; <span class="keywordflow">if</span> (ns == numeric_system::standard)</div><div class="line"><a name="l00290"></a><span class="lineno"> 290</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a612441ca8e1a7a5f773ee3d616d9d62c">write</a>(hour(), 2);</div><div class="line"><a name="l00291"></a><span class="lineno"> 291</span>&#160; <span class="keyword">auto</span> time = tm();</div><div class="line"><a name="l00292"></a><span class="lineno"> 292</span>&#160; time.tm_hour = hour();</div><div class="line"><a name="l00293"></a><span class="lineno"> 293</span>&#160; format_localized(time, <span class="stringliteral">&quot;%OH&quot;</span>);</div><div class="line"><a name="l00294"></a><span class="lineno"> 294</span>&#160; }</div><div class="line"><a name="l00295"></a><span class="lineno"> 295</span>&#160;</div><div class="line"><a name="l00296"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a2e3caddf766cdd91f70527ee6b1d5506"> 296</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a2e3caddf766cdd91f70527ee6b1d5506">on_12_hour</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a> ns) {</div><div class="line"><a name="l00297"></a><span class="lineno"> 297</span>&#160; <span class="keywordflow">if</span> (ns == numeric_system::standard)</div><div class="line"><a name="l00298"></a><span class="lineno"> 298</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a612441ca8e1a7a5f773ee3d616d9d62c">write</a>(hour12(), 2);</div><div class="line"><a name="l00299"></a><span class="lineno"> 299</span>&#160; <span class="keyword">auto</span> time = tm();</div><div class="line"><a name="l00300"></a><span class="lineno"> 300</span>&#160; time.tm_hour = hour();</div><div class="line"><a name="l00301"></a><span class="lineno"> 301</span>&#160; format_localized(time, <span class="stringliteral">&quot;%OI&quot;</span>);</div><div class="line"><a name="l00302"></a><span class="lineno"> 302</span>&#160; }</div><div class="line"><a name="l00303"></a><span class="lineno"> 303</span>&#160;</div><div class="line"><a name="l00304"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a39304fcfe6bd5ba7cbf20d7dc8c25625"> 304</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a39304fcfe6bd5ba7cbf20d7dc8c25625">on_minute</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a> ns) {</div><div class="line"><a name="l00305"></a><span class="lineno"> 305</span>&#160; <span class="keywordflow">if</span> (ns == numeric_system::standard)</div><div class="line"><a name="l00306"></a><span class="lineno"> 306</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a612441ca8e1a7a5f773ee3d616d9d62c">write</a>(minute(), 2);</div><div class="line"><a name="l00307"></a><span class="lineno"> 307</span>&#160; <span class="keyword">auto</span> time = tm();</div><div class="line"><a name="l00308"></a><span class="lineno"> 308</span>&#160; time.tm_min = minute();</div><div class="line"><a name="l00309"></a><span class="lineno"> 309</span>&#160; format_localized(time, <span class="stringliteral">&quot;%OM&quot;</span>);</div><div class="line"><a name="l00310"></a><span class="lineno"> 310</span>&#160; }</div><div class="line"><a name="l00311"></a><span class="lineno"> 311</span>&#160;</div><div class="line"><a name="l00312"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#abb96cb6058ee5cd88fff52e08951913f"> 312</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#abb96cb6058ee5cd88fff52e08951913f">on_second</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">numeric_system</a> ns) {</div><div class="line"><a name="l00313"></a><span class="lineno"> 313</span>&#160; <span class="keywordflow">if</span> (ns == numeric_system::standard) {</div><div class="line"><a name="l00314"></a><span class="lineno"> 314</span>&#160; <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a612441ca8e1a7a5f773ee3d616d9d62c">write</a>(second(), 2);</div><div class="line"><a name="l00315"></a><span class="lineno"> 315</span>&#160; <span class="keywordflow">if</span> (ms != std::chrono::milliseconds(0)) {</div><div class="line"><a name="l00316"></a><span class="lineno"> 316</span>&#160; *out++ = <span class="charliteral">&#39;.&#39;</span>;</div><div class="line"><a name="l00317"></a><span class="lineno"> 317</span>&#160; <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a612441ca8e1a7a5f773ee3d616d9d62c">write</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#aeaa4eca77afc74c176ac1a1b941105f7">to_int</a>(ms.count()), 3);</div><div class="line"><a name="l00318"></a><span class="lineno"> 318</span>&#160; }</div><div class="line"><a name="l00319"></a><span class="lineno"> 319</span>&#160; <span class="keywordflow">return</span>;</div><div class="line"><a name="l00320"></a><span class="lineno"> 320</span>&#160; }</div><div class="line"><a name="l00321"></a><span class="lineno"> 321</span>&#160; <span class="keyword">auto</span> time = tm();</div><div class="line"><a name="l00322"></a><span class="lineno"> 322</span>&#160; time.tm_sec = second();</div><div class="line"><a name="l00323"></a><span class="lineno"> 323</span>&#160; format_localized(time, <span class="stringliteral">&quot;%OS&quot;</span>);</div><div class="line"><a name="l00324"></a><span class="lineno"> 324</span>&#160; }</div><div class="line"><a name="l00325"></a><span class="lineno"> 325</span>&#160;</div><div class="line"><a name="l00326"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#acabd988cd5815af1577389e5576359a5"> 326</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#acabd988cd5815af1577389e5576359a5">on_12_hour_time</a>() { format_localized(time(), <span class="stringliteral">&quot;%r&quot;</span>); }</div><div class="line"><a name="l00327"></a><span class="lineno"> 327</span>&#160;</div><div class="line"><a name="l00328"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ac752c273d5033c35d1c8bd1aacc7efd4"> 328</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ac752c273d5033c35d1c8bd1aacc7efd4">on_24_hour_time</a>() {</div><div class="line"><a name="l00329"></a><span class="lineno"> 329</span>&#160; <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a612441ca8e1a7a5f773ee3d616d9d62c">write</a>(hour(), 2);</div><div class="line"><a name="l00330"></a><span class="lineno"> 330</span>&#160; *out++ = <span class="charliteral">&#39;:&#39;</span>;</div><div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160; <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a612441ca8e1a7a5f773ee3d616d9d62c">write</a>(minute(), 2);</div><div class="line"><a name="l00332"></a><span class="lineno"> 332</span>&#160; }</div><div class="line"><a name="l00333"></a><span class="lineno"> 333</span>&#160;</div><div class="line"><a name="l00334"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a27ccaaa51fec0226b7b508e9d21f02f7"> 334</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a27ccaaa51fec0226b7b508e9d21f02f7">on_iso_time</a>() {</div><div class="line"><a name="l00335"></a><span class="lineno"> 335</span>&#160; on_24_hour_time();</div><div class="line"><a name="l00336"></a><span class="lineno"> 336</span>&#160; *out++ = <span class="charliteral">&#39;:&#39;</span>;</div><div class="line"><a name="l00337"></a><span class="lineno"> 337</span>&#160; <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a612441ca8e1a7a5f773ee3d616d9d62c">write</a>(second(), 2);</div><div class="line"><a name="l00338"></a><span class="lineno"> 338</span>&#160; }</div><div class="line"><a name="l00339"></a><span class="lineno"> 339</span>&#160;</div><div class="line"><a name="l00340"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a1388824f7e836e2bd1158854a8167e16"> 340</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a1388824f7e836e2bd1158854a8167e16">on_am_pm</a>() { format_localized(time(), <span class="stringliteral">&quot;%p&quot;</span>); }</div><div class="line"><a name="l00341"></a><span class="lineno"> 341</span>&#160;};</div><div class="line"><a name="l00342"></a><span class="lineno"> 342</span>&#160;} <span class="comment">// namespace internal</span></div><div class="line"><a name="l00343"></a><span class="lineno"> 343</span>&#160;</div><div class="line"><a name="l00344"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#ac024f2a2abe824964c2871057d2df7a0"> 344</a></span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> Period&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="namespacefmt_1_1v5.html#ac024f2a2abe824964c2871057d2df7a0">get_units</a>() {</div><div class="line"><a name="l00345"></a><span class="lineno"> 345</span>&#160; <span class="keywordflow">return</span> <a class="code" href="core_8h.html#af7f827e50dd7667484c279ac1d38f30b">FMT_NULL</a>;</div><div class="line"><a name="l00346"></a><span class="lineno"> 346</span>&#160;}</div><div class="line"><a name="l00347"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#ae02edf3c77bf0dcce95fa440785c10e8"> 347</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::atto&gt;() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;as&quot;</span>; }</div><div class="line"><a name="l00348"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#a6d437609eef4ec03ef1357ef2c8e6de6"> 348</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::femto&gt;() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;fs&quot;</span>; }</div><div class="line"><a name="l00349"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#a58440beb03fea444297f8ca7834fed53"> 349</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::pico&gt;() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;ps&quot;</span>; }</div><div class="line"><a name="l00350"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#a3bd0842649988da27458042eaf3531c7"> 350</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::nano&gt;() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;ns&quot;</span>; }</div><div class="line"><a name="l00351"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#aa054e910fa69e26e5762f0dd0af4bf42"> 351</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::micro&gt;() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;µs&quot;</span>; }</div><div class="line"><a name="l00352"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#a45389b9f9549146c634dc6a20e9c5aa0"> 352</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::milli&gt;() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;ms&quot;</span>; }</div><div class="line"><a name="l00353"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#a6aad09a35158e998c2e5ece0ea0be67c"> 353</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::centi&gt;() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;cs&quot;</span>; }</div><div class="line"><a name="l00354"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#a8fcc6765128d435aee70d2eaf12b14b2"> 354</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::deci&gt;() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;ds&quot;</span>; }</div><div class="line"><a name="l00355"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#aca35626c733dd1ba38eea2a3d680f4bb"> 355</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::ratio&lt;1&gt;&gt;() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;s&quot;</span>; }</div><div class="line"><a name="l00356"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#a6b61b71d26bceae8dbbde94f77974ed0"> 356</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::deca&gt;() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;das&quot;</span>; }</div><div class="line"><a name="l00357"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#a8829616880e52dee640ee67ea6228fe6"> 357</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::hecto&gt;() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;hs&quot;</span>; }</div><div class="line"><a name="l00358"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#ae2784f11c8e123f59fb773b04717d5fb"> 358</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::kilo&gt;() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;ks&quot;</span>; }</div><div class="line"><a name="l00359"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#aa86ebbcdd9d02fcda024dc30c3025ee4"> 359</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::mega&gt;() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;Ms&quot;</span>; }</div><div class="line"><a name="l00360"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#a43ae61533d48f504ef7404c50fb7bf81"> 360</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::giga&gt;() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;Gs&quot;</span>; }</div><div class="line"><a name="l00361"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#aca0a623b6a12f89c1ba373a518aacac8"> 361</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::tera&gt;() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;Ts&quot;</span>; }</div><div class="line"><a name="l00362"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#a726baeb0d00c18038ccda7f1adc7a939"> 362</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::peta&gt;() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;Ps&quot;</span>; }</div><div class="line"><a name="l00363"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#ac8d52a6562cf462d46688fcfb29efc21"> 363</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::exa&gt;() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;Es&quot;</span>; }</div><div class="line"><a name="l00364"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#a5f9a2b5f27aa0b06a474ab13b2a32043"> 364</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::ratio&lt;60&gt;&gt;() {</div><div class="line"><a name="l00365"></a><span class="lineno"> 365</span>&#160; <span class="keywordflow">return</span> <span class="stringliteral">&quot;m&quot;</span>;</div><div class="line"><a name="l00366"></a><span class="lineno"> 366</span>&#160;}</div><div class="line"><a name="l00367"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#a35695a1a18217a00cffbbe83469b7cf8"> 367</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *get_units&lt;std::ratio&lt;3600&gt;&gt;() {</div><div class="line"><a name="l00368"></a><span class="lineno"> 368</span>&#160; <span class="keywordflow">return</span> <span class="stringliteral">&quot;h&quot;</span>;</div><div class="line"><a name="l00369"></a><span class="lineno"> 369</span>&#160;}</div><div class="line"><a name="l00370"></a><span class="lineno"> 370</span>&#160;</div><div class="line"><a name="l00371"></a><span class="lineno"> 371</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> Rep, <span class="keyword">typename</span> Period, <span class="keyword">typename</span> Char&gt;</div><div class="line"><a name="l00372"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1formatter_3_01std_1_1chrono_1_1duration_3_01_rep_00_01_period_01_4_00_01_char_01_4.html"> 372</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structfmt_1_1v5_1_1formatter.html">formatter</a>&lt;<a class="code" href="namespacestd.html">std</a>::chrono::duration&lt;Rep, Period&gt;, Char&gt; {</div><div class="line"><a name="l00373"></a><span class="lineno"> 373</span>&#160; <span class="keyword">private</span>:</div><div class="line"><a name="l00374"></a><span class="lineno"> 374</span>&#160; <a class="code" href="structfmt_1_1v5_1_1align__spec.html">align_spec</a> spec;</div><div class="line"><a name="l00375"></a><span class="lineno"> 375</span>&#160; <a class="code" href="structfmt_1_1v5_1_1internal_1_1arg__ref.html">internal::arg_ref&lt;Char&gt;</a> width_ref;</div><div class="line"><a name="l00376"></a><span class="lineno"> 376</span>&#160; <span class="keyword">mutable</span> <a class="code" href="classfmt_1_1v5_1_1basic__string__view.html">basic_string_view&lt;Char&gt;</a> format_str;</div><div class="line"><a name="l00377"></a><span class="lineno"> 377</span>&#160; <span class="keyword">typedef</span> std::chrono::duration&lt;Rep, Period&gt; duration;</div><div class="line"><a name="l00378"></a><span class="lineno"> 378</span>&#160;</div><div class="line"><a name="l00379"></a><span class="lineno"> 379</span>&#160; <span class="keyword">struct </span>spec_handler {</div><div class="line"><a name="l00380"></a><span class="lineno"> 380</span>&#160; <a class="code" href="structfmt_1_1v5_1_1formatter.html">formatter</a> &amp;f;</div><div class="line"><a name="l00381"></a><span class="lineno"> 381</span>&#160; <a class="code" href="classfmt_1_1v5_1_1basic__parse__context.html">basic_parse_context&lt;Char&gt;</a> &amp;context;</div><div class="line"><a name="l00382"></a><span class="lineno"> 382</span>&#160;</div><div class="line"><a name="l00383"></a><span class="lineno"> 383</span>&#160; <span class="keyword">typedef</span> <a class="code" href="structfmt_1_1v5_1_1internal_1_1arg__ref.html">internal::arg_ref&lt;Char&gt;</a> arg_ref_type;</div><div class="line"><a name="l00384"></a><span class="lineno"> 384</span>&#160;</div><div class="line"><a name="l00385"></a><span class="lineno"> 385</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> Id&gt;</div><div class="line"><a name="l00386"></a><span class="lineno"> 386</span>&#160; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> arg_ref_type make_arg_ref(Id arg_id) {</div><div class="line"><a name="l00387"></a><span class="lineno"> 387</span>&#160; context.<a class="code" href="classfmt_1_1v5_1_1basic__parse__context.html#a1b0beb2ee86041582086cffa5070d02b">check_arg_id</a>(arg_id);</div><div class="line"><a name="l00388"></a><span class="lineno"> 388</span>&#160; <span class="keywordflow">return</span> arg_ref_type(arg_id);</div><div class="line"><a name="l00389"></a><span class="lineno"> 389</span>&#160; }</div><div class="line"><a name="l00390"></a><span class="lineno"> 390</span>&#160;</div><div class="line"><a name="l00391"></a><span class="lineno"> 391</span>&#160; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> arg_ref_type make_arg_ref(<a class="code" href="structfmt_1_1v5_1_1internal_1_1auto__id.html">internal::auto_id</a>) {</div><div class="line"><a name="l00392"></a><span class="lineno"> 392</span>&#160; <span class="keywordflow">return</span> arg_ref_type(context.<a class="code" href="classfmt_1_1v5_1_1basic__parse__context.html#a904ad0013ff0d1e633218bcf1810592d">next_arg_id</a>());</div><div class="line"><a name="l00393"></a><span class="lineno"> 393</span>&#160; }</div><div class="line"><a name="l00394"></a><span class="lineno"> 394</span>&#160;</div><div class="line"><a name="l00395"></a><span class="lineno"> 395</span>&#160; <span class="keywordtype">void</span> on_error(<span class="keyword">const</span> <span class="keywordtype">char</span> *msg) { <span class="keywordflow">throw</span> <a class="code" href="classfmt_1_1v5_1_1format__error.html">format_error</a>(msg); }</div><div class="line"><a name="l00396"></a><span class="lineno"> 396</span>&#160; <span class="keywordtype">void</span> on_fill(Char fill) { f.spec.fill_ = fill; }</div><div class="line"><a name="l00397"></a><span class="lineno"> 397</span>&#160; <span class="keywordtype">void</span> on_align(<a class="code" href="namespacefmt_1_1v5.html#a0da085ecacb88b605244ce76332bd8d8">alignment</a> align) { f.spec.align_ = align; }</div><div class="line"><a name="l00398"></a><span class="lineno"> 398</span>&#160; <span class="keywordtype">void</span> on_width(<span class="keywordtype">unsigned</span> width) { f.spec.width_ = width; }</div><div class="line"><a name="l00399"></a><span class="lineno"> 399</span>&#160;</div><div class="line"><a name="l00400"></a><span class="lineno"> 400</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> Id&gt;</div><div class="line"><a name="l00401"></a><span class="lineno"> 401</span>&#160; <span class="keywordtype">void</span> on_dynamic_width(Id arg_id) {</div><div class="line"><a name="l00402"></a><span class="lineno"> 402</span>&#160; f.width_ref = make_arg_ref(arg_id);</div><div class="line"><a name="l00403"></a><span class="lineno"> 403</span>&#160; }</div><div class="line"><a name="l00404"></a><span class="lineno"> 404</span>&#160; };</div><div class="line"><a name="l00405"></a><span class="lineno"> 405</span>&#160;</div><div class="line"><a name="l00406"></a><span class="lineno"> 406</span>&#160; <span class="keyword">public</span>:</div><div class="line"><a name="l00407"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1formatter_3_01std_1_1chrono_1_1duration_3_01_rep_00_01_period_01_4_00_01_char_01_4.html#a53bae6e35b2355d33f2e73bf1c453002"> 407</a></span>&#160; <a class="code" href="structfmt_1_1v5_1_1formatter_3_01std_1_1chrono_1_1duration_3_01_rep_00_01_period_01_4_00_01_char_01_4.html#a53bae6e35b2355d33f2e73bf1c453002">formatter</a>() : spec() {}</div><div class="line"><a name="l00408"></a><span class="lineno"> 408</span>&#160;</div><div class="line"><a name="l00409"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1formatter_3_01std_1_1chrono_1_1duration_3_01_rep_00_01_period_01_4_00_01_char_01_4.html#a12522d59cd6a134c4da248ee27a600bb"> 409</a></span>&#160; <a class="code" href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a> <span class="keyword">auto</span> <a class="code" href="structfmt_1_1v5_1_1formatter_3_01std_1_1chrono_1_1duration_3_01_rep_00_01_period_01_4_00_01_char_01_4.html#a12522d59cd6a134c4da248ee27a600bb">parse</a>(<a class="code" href="classfmt_1_1v5_1_1basic__parse__context.html">basic_parse_context&lt;Char&gt;</a> &amp;ctx)</div><div class="line"><a name="l00410"></a><span class="lineno"> 410</span>&#160; -&gt; decltype(ctx.begin()) {</div><div class="line"><a name="l00411"></a><span class="lineno"> 411</span>&#160; <span class="keyword">auto</span> <a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a> = ctx.begin(), <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a> = ctx.end();</div><div class="line"><a name="l00412"></a><span class="lineno"> 412</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a> == <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a>) <span class="keywordflow">return</span> <a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a>;</div><div class="line"><a name="l00413"></a><span class="lineno"> 413</span>&#160; spec_handler handler{*<span class="keyword">this</span>, ctx};</div><div class="line"><a name="l00414"></a><span class="lineno"> 414</span>&#160; <a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a> = <a class="code" href="namespacefmt_1_1v5_1_1internal.html#aaee1761c014bc6a5ca7be7fcb48f6a1e">internal::parse_align</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a>, <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a>, handler);</div><div class="line"><a name="l00415"></a><span class="lineno"> 415</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a> == <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a>) <span class="keywordflow">return</span> <a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a>;</div><div class="line"><a name="l00416"></a><span class="lineno"> 416</span>&#160; <a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a> = <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a7ac857188cb657852d3dd2fcb223a331">internal::parse_width</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a>, <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a>, handler);</div><div class="line"><a name="l00417"></a><span class="lineno"> 417</span>&#160; <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a> = <a class="code" href="namespacefmt_1_1v5_1_1internal.html#ad8194ac1ba523a7a5014c9cb49f3bf8d">parse_chrono_format</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a>, <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a>, <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html">internal::chrono_format_checker</a>());</div><div class="line"><a name="l00418"></a><span class="lineno"> 418</span>&#160; format_str = <a class="code" href="classfmt_1_1v5_1_1basic__string__view.html">basic_string_view&lt;Char&gt;</a>(&amp;*<a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a>, <a class="code" href="namespacefmt_1_1v5_1_1internal.html#abef3b695050c4132b4fc4d7f256b9580">internal::to_unsigned</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a> - <a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a>));</div><div class="line"><a name="l00419"></a><span class="lineno"> 419</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a>;</div><div class="line"><a name="l00420"></a><span class="lineno"> 420</span>&#160; }</div><div class="line"><a name="l00421"></a><span class="lineno"> 421</span>&#160;</div><div class="line"><a name="l00422"></a><span class="lineno"> 422</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> FormatContext&gt;</div><div class="line"><a name="l00423"></a><span class="lineno"><a class="line" href="structfmt_1_1v5_1_1formatter_3_01std_1_1chrono_1_1duration_3_01_rep_00_01_period_01_4_00_01_char_01_4.html#ad995b1efdc0fef2ec8a4206c18f0e56f"> 423</a></span>&#160; <span class="keyword">auto</span> <a class="code" href="structfmt_1_1v5_1_1formatter_3_01std_1_1chrono_1_1duration_3_01_rep_00_01_period_01_4_00_01_char_01_4.html#ad995b1efdc0fef2ec8a4206c18f0e56f">format</a>(<span class="keyword">const</span> duration &amp;d, FormatContext &amp;ctx)</div><div class="line"><a name="l00424"></a><span class="lineno"> 424</span>&#160; -&gt; decltype(ctx.out()) {</div><div class="line"><a name="l00425"></a><span class="lineno"> 425</span>&#160; <span class="keyword">auto</span> <a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a> = format_str.<a class="code" href="classfmt_1_1v5_1_1basic__string__view.html#af73f0e919e28f3c38245937887268bc2">begin</a>(), <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a> = format_str.<a class="code" href="classfmt_1_1v5_1_1basic__string__view.html#afa63ef5e96803f21d21cf1ac0dfee391">end</a>();</div><div class="line"><a name="l00426"></a><span class="lineno"> 426</span>&#160; <a class="code" href="classfmt_1_1v5_1_1basic__memory__buffer.html">memory_buffer</a> buf;</div><div class="line"><a name="l00427"></a><span class="lineno"> 427</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classfmt_1_1v5_1_1output__range.html">output_range</a>&lt;decltype(ctx.out()), Char&gt; range;</div><div class="line"><a name="l00428"></a><span class="lineno"> 428</span>&#160; <a class="code" href="classfmt_1_1v5_1_1basic__writer.html">basic_writer&lt;range&gt;</a> w(range(ctx.out()));</div><div class="line"><a name="l00429"></a><span class="lineno"> 429</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a> == <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a> || *<a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a> == <span class="charliteral">&#39;}&#39;</span>) {</div><div class="line"><a name="l00430"></a><span class="lineno"> 430</span>&#160; <span class="keywordflow">if</span> (<span class="keyword">const</span> <span class="keywordtype">char</span> *unit = get_units&lt;Period&gt;())</div><div class="line"><a name="l00431"></a><span class="lineno"> 431</span>&#160; <a class="code" href="namespacefmt_1_1v5.html#a253206334a77520a94a72af63516dabd">format_to</a>(buf, <span class="stringliteral">&quot;{}{}&quot;</span>, d.count(), unit);</div><div class="line"><a name="l00432"></a><span class="lineno"> 432</span>&#160; <span class="keywordflow">else</span> <span class="keywordflow">if</span> (Period::den == 1)</div><div class="line"><a name="l00433"></a><span class="lineno"> 433</span>&#160; <a class="code" href="namespacefmt_1_1v5.html#a253206334a77520a94a72af63516dabd">format_to</a>(buf, <span class="stringliteral">&quot;{}[{}]s&quot;</span>, d.count(), Period::num);</div><div class="line"><a name="l00434"></a><span class="lineno"> 434</span>&#160; <span class="keywordflow">else</span></div><div class="line"><a name="l00435"></a><span class="lineno"> 435</span>&#160; <a class="code" href="namespacefmt_1_1v5.html#a253206334a77520a94a72af63516dabd">format_to</a>(buf, <span class="stringliteral">&quot;{}[{}/{}]s&quot;</span>, d.count(), Period::num, Period::den);</div><div class="line"><a name="l00436"></a><span class="lineno"> 436</span>&#160; internal::handle_dynamic_spec&lt;internal::width_checker&gt;(</div><div class="line"><a name="l00437"></a><span class="lineno"> 437</span>&#160; spec.<a class="code" href="structfmt_1_1v5_1_1align__spec.html#a8223f56be615c31d47e588ac36690aee">width_</a>, width_ref, ctx);</div><div class="line"><a name="l00438"></a><span class="lineno"> 438</span>&#160; } <span class="keywordflow">else</span> {</div><div class="line"><a name="l00439"></a><span class="lineno"> 439</span>&#160; <span class="keyword">auto</span> out = std::back_inserter(buf);</div><div class="line"><a name="l00440"></a><span class="lineno"> 440</span>&#160; <a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html">internal::chrono_formatter</a>&lt;FormatContext, decltype(out)&gt; f(ctx, out);</div><div class="line"><a name="l00441"></a><span class="lineno"> 441</span>&#160; f.<a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ad5e36628d12c268b31c170ae1f41de17">s</a> = std::chrono::duration_cast&lt;std::chrono::seconds&gt;(d);</div><div class="line"><a name="l00442"></a><span class="lineno"> 442</span>&#160; f.<a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ace51dbe524dffc062d59c9464587e9dd">ms</a> = std::chrono::duration_cast&lt;std::chrono::milliseconds&gt;(d - f.<a class="code" href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ad5e36628d12c268b31c170ae1f41de17">s</a>);</div><div class="line"><a name="l00443"></a><span class="lineno"> 443</span>&#160; <a class="code" href="namespacefmt_1_1v5_1_1internal.html#ad8194ac1ba523a7a5014c9cb49f3bf8d">parse_chrono_format</a>(<a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">begin</a>, <a class="code" href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">end</a>, f);</div><div class="line"><a name="l00444"></a><span class="lineno"> 444</span>&#160; }</div><div class="line"><a name="l00445"></a><span class="lineno"> 445</span>&#160; w.write(buf.<a class="code" href="classfmt_1_1v5_1_1internal_1_1basic__buffer.html#a384f1304da6ce18c4713368327354479">data</a>(), buf.<a class="code" href="classfmt_1_1v5_1_1internal_1_1basic__buffer.html#ac4761deba75a7238ae29243b159b9943">size</a>(), spec);</div><div class="line"><a name="l00446"></a><span class="lineno"> 446</span>&#160; <span class="keywordflow">return</span> w.out();</div><div class="line"><a name="l00447"></a><span class="lineno"> 447</span>&#160; }</div><div class="line"><a name="l00448"></a><span class="lineno"> 448</span>&#160;};</div><div class="line"><a name="l00449"></a><span class="lineno"> 449</span>&#160;</div><div class="line"><a name="l00450"></a><span class="lineno"> 450</span>&#160;<a class="code" href="core_8h.html#ae0d2fbdf031547a949fc7e1c0b3c97f1">FMT_END_NAMESPACE</a></div><div class="line"><a name="l00451"></a><span class="lineno"> 451</span>&#160;</div><div class="line"><a name="l00452"></a><span class="lineno"> 452</span>&#160;<span class="preprocessor">#endif // FMT_CHRONO_H_</span></div><div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_a7ec73eba1f9686886b0cd6e73f69c5ed"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a7ec73eba1f9686886b0cd6e73f69c5ed">fmt::v5::internal::chrono_format_checker::on_dec1_weekday</a></div><div class="ttdeci">void on_dec1_weekday(numeric_system)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00193">chrono.h:193</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1basic__string__view_html_afa63ef5e96803f21d21cf1ac0dfee391"><div class="ttname"><a href="classfmt_1_1v5_1_1basic__string__view.html#afa63ef5e96803f21d21cf1ac0dfee391">fmt::v5::basic_string_view::end</a></div><div class="ttdeci">iterator end() const</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00392">core.h:392</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_1_1internal_html_ae3eb46c4e73a862893cc2f99a58938a4"><div class="ttname"><a href="namespacefmt_1_1v5_1_1internal.html#ae3eb46c4e73a862893cc2f99a58938a4">fmt::v5::internal::begin</a></div><div class="ttdeci">auto begin(const C &amp;c) -&gt; decltype(c.begin())</div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l00251">format.h:251</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_abc0fa900734b8934699a8705732f4394"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#abc0fa900734b8934699a8705732f4394">fmt::v5::internal::chrono_format_checker::on_24_hour</a></div><div class="ttdeci">void on_24_hour(numeric_system)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00196">chrono.h:196</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_a75a9ec7180a8977b83bcaaba724f058f"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a75a9ec7180a8977b83bcaaba724f058f">fmt::v5::internal::chrono_format_checker::on_abbr_weekday</a></div><div class="ttdeci">void on_abbr_weekday()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00190">chrono.h:190</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a23fd5944d19602da875e39b45d66c737"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a23fd5944d19602da875e39b45d66c737">fmt::v5::internal::chrono_formatter::minute</a></div><div class="ttdeci">int minute() const</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00239">chrono.h:239</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1basic__parse__context_html_a904ad0013ff0d1e633218bcf1810592d"><div class="ttname"><a href="classfmt_1_1v5_1_1basic__parse__context.html#a904ad0013ff0d1e633218bcf1810592d">fmt::v5::basic_parse_context::next_arg_id</a></div><div class="ttdeci">unsigned next_arg_id()</div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l01118">format.h:1118</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1basic__memory__buffer_html"><div class="ttname"><a href="classfmt_1_1v5_1_1basic__memory__buffer.html">fmt::v5::basic_memory_buffer</a></div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l00464">format.h:464</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_aec0afcb1ea82fb8398061b69483726d1"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#aec0afcb1ea82fb8398061b69483726d1">fmt::v5::internal::chrono_format_checker::on_second</a></div><div class="ttdeci">void on_second(numeric_system)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00199">chrono.h:199</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_ab42b53e1a929f512754d0f8c136ab18c"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ab42b53e1a929f512754d0f8c136ab18c">fmt::v5::internal::chrono_formatter::hour</a></div><div class="ttdeci">int hour() const</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00232">chrono.h:232</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_ad518a05301185cec644e0a2aa55981f8"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ad518a05301185cec644e0a2aa55981f8">fmt::v5::internal::chrono_formatter::second</a></div><div class="ttdeci">int second() const</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00240">chrono.h:240</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_1_1internal_html_a612441ca8e1a7a5f773ee3d616d9d62c"><div class="ttname"><a href="namespacefmt_1_1v5_1_1internal.html#a612441ca8e1a7a5f773ee3d616d9d62c">fmt::v5::internal::write</a></div><div class="ttdeci">void write(std::basic_ostream&lt; Char &gt; &amp;os, basic_buffer&lt; Char &gt; &amp;buf)</div><div class="ttdef"><b>Definition:</b> <a href="ostream_8h_source.html#l00076">ostream.h:76</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_1_1internal_html_a8217980ba3189c7d8c3ce93f7d8e4c74"><div class="ttname"><a href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74">fmt::v5::internal::numeric_system</a></div><div class="ttdeci">numeric_system</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00023">chrono.h:23</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_ae0c74a5cd09f1a944f76da410d337c60"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ae0c74a5cd09f1a944f76da410d337c60">fmt::v5::internal::chrono_formatter::char_type</a></div><div class="ttdeci">FormatContext::char_type char_type</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00227">chrono.h:227</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1formatter_3_01std_1_1chrono_1_1duration_3_01_rep_00_01_period_01_4_00_01_char_01_4_html_ad995b1efdc0fef2ec8a4206c18f0e56f"><div class="ttname"><a href="structfmt_1_1v5_1_1formatter_3_01std_1_1chrono_1_1duration_3_01_rep_00_01_period_01_4_00_01_char_01_4.html#ad995b1efdc0fef2ec8a4206c18f0e56f">fmt::v5::formatter&lt; std::chrono::duration&lt; Rep, Period &gt;, Char &gt;::format</a></div><div class="ttdeci">auto format(const duration &amp;d, FormatContext &amp;ctx) -&gt; decltype(ctx.out())</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00423">chrono.h:423</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_af3f1770368c80ca2261b51f14c96f0c1"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#af3f1770368c80ca2261b51f14c96f0c1">fmt::v5::internal::chrono_formatter::on_datetime</a></div><div class="ttdeci">void on_datetime(numeric_system)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00280">chrono.h:280</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_1_1internal_html_a8217980ba3189c7d8c3ce93f7d8e4c74aa04fe4e390a7c7d5d4583f85d24e164d"><div class="ttname"><a href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74aa04fe4e390a7c7d5d4583f85d24e164d">fmt::v5::internal::numeric_system::alternative</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1auto__id_html"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1auto__id.html">fmt::v5::internal::auto_id</a></div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l01663">format.h:1663</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a437caae6cfab224f6f4d5ec7d32939d4"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a437caae6cfab224f6f4d5ec7d32939d4">fmt::v5::internal::chrono_formatter::on_utc_offset</a></div><div class="ttdeci">void on_utc_offset()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00285">chrono.h:285</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_a5c580fdd162ee92928248fcbe380ced4"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a5c580fdd162ee92928248fcbe380ced4">fmt::v5::internal::chrono_format_checker::on_loc_time</a></div><div class="ttdeci">void on_loc_time(numeric_system)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00202">chrono.h:202</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a998f57672158911587892e30b6442034"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a998f57672158911587892e30b6442034">fmt::v5::internal::chrono_formatter::on_loc_date</a></div><div class="ttdeci">void on_loc_date(numeric_system)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00281">chrono.h:281</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html">fmt::v5::internal::chrono_format_checker</a></div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00185">chrono.h:185</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_html_ac024f2a2abe824964c2871057d2df7a0"><div class="ttname"><a href="namespacefmt_1_1v5.html#ac024f2a2abe824964c2871057d2df7a0">fmt::v5::get_units</a></div><div class="ttdeci">const char * get_units()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00344">chrono.h:344</a></div></div>
<div class="ttc" id="namespacestd_html"><div class="ttname"><a href="namespacestd.html">std</a></div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l00297">format.h:297</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1basic__string__view_html_af73f0e919e28f3c38245937887268bc2"><div class="ttname"><a href="classfmt_1_1v5_1_1basic__string__view.html#af73f0e919e28f3c38245937887268bc2">fmt::v5::basic_string_view::begin</a></div><div class="ttdeci">iterator begin() const</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00391">core.h:391</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_a0eef44f4227621f82efdd96522a34cea"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a0eef44f4227621f82efdd96522a34cea">fmt::v5::internal::chrono_format_checker::on_iso_date</a></div><div class="ttdeci">void on_iso_date()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00204">chrono.h:204</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1formatter_html"><div class="ttname"><a href="structfmt_1_1v5_1_1formatter.html">fmt::v5::formatter</a></div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00491">core.h:491</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_ad11342e8d7b36dc1fc82aa5e81e5a33c"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ad11342e8d7b36dc1fc82aa5e81e5a33c">fmt::v5::internal::chrono_formatter::on_loc_time</a></div><div class="ttdeci">void on_loc_time(numeric_system)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00282">chrono.h:282</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_ad5e36628d12c268b31c170ae1f41de17"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ad5e36628d12c268b31c170ae1f41de17">fmt::v5::internal::chrono_formatter::s</a></div><div class="ttdeci">std::chrono::seconds s</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00224">chrono.h:224</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a2be98cd6ddecf487ba9ea1a66df807e3"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a2be98cd6ddecf487ba9ea1a66df807e3">fmt::v5::internal::chrono_formatter::hour12</a></div><div class="ttdeci">int hour12() const</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00234">chrono.h:234</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1formatter_3_01std_1_1chrono_1_1duration_3_01_rep_00_01_period_01_4_00_01_char_01_4_html_a53bae6e35b2355d33f2e73bf1c453002"><div class="ttname"><a href="structfmt_1_1v5_1_1formatter_3_01std_1_1chrono_1_1duration_3_01_rep_00_01_period_01_4_00_01_char_01_4.html#a53bae6e35b2355d33f2e73bf1c453002">fmt::v5::formatter&lt; std::chrono::duration&lt; Rep, Period &gt;, Char &gt;::formatter</a></div><div class="ttdeci">formatter()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00407">chrono.h:407</a></div></div>
<div class="ttc" id="core_8h_html_ae0d2fbdf031547a949fc7e1c0b3c97f1"><div class="ttname"><a href="core_8h.html#ae0d2fbdf031547a949fc7e1c0b3c97f1">FMT_END_NAMESPACE</a></div><div class="ttdeci">#define FMT_END_NAMESPACE</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00153">core.h:153</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1formatter_3_01std_1_1chrono_1_1duration_3_01_rep_00_01_period_01_4_00_01_char_01_4_html_a12522d59cd6a134c4da248ee27a600bb"><div class="ttname"><a href="structfmt_1_1v5_1_1formatter_3_01std_1_1chrono_1_1duration_3_01_rep_00_01_period_01_4_00_01_char_01_4.html#a12522d59cd6a134c4da248ee27a600bb">fmt::v5::formatter&lt; std::chrono::duration&lt; Rep, Period &gt;, Char &gt;::parse</a></div><div class="ttdeci">auto parse(basic_parse_context&lt; Char &gt; &amp;ctx) -&gt; decltype(ctx.begin())</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00409">chrono.h:409</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_1_1internal_html_a7ac857188cb657852d3dd2fcb223a331"><div class="ttname"><a href="namespacefmt_1_1v5_1_1internal.html#a7ac857188cb657852d3dd2fcb223a331">fmt::v5::internal::parse_width</a></div><div class="ttdeci">const Char * parse_width(const Char *begin, const Char *end, Handler &amp;&amp;handler)</div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l01884">format.h:1884</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_af00dab6f03010eb7c0e076f61949aa85"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#af00dab6f03010eb7c0e076f61949aa85">fmt::v5::internal::chrono_format_checker::on_loc_date</a></div><div class="ttdeci">void on_loc_date(numeric_system)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00201">chrono.h:201</a></div></div>
<div class="ttc" id="format_8h_html"><div class="ttname"><a href="format_8h.html">format.h</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1internal_1_1basic__buffer_html_a384f1304da6ce18c4713368327354479"><div class="ttname"><a href="classfmt_1_1v5_1_1internal_1_1basic__buffer.html#a384f1304da6ce18c4713368327354479">fmt::v5::internal::basic_buffer::data</a></div><div class="ttdeci">T * data()</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00256">core.h:256</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a1388824f7e836e2bd1158854a8167e16"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a1388824f7e836e2bd1158854a8167e16">fmt::v5::internal::chrono_formatter::on_am_pm</a></div><div class="ttdeci">void on_am_pm()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00340">chrono.h:340</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1basic__writer_html"><div class="ttname"><a href="classfmt_1_1v5_1_1basic__writer.html">fmt::v5::basic_writer</a></div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l00330">format.h:330</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a9f368ece915dc9a49062e497ba8ffd3e"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a9f368ece915dc9a49062e497ba8ffd3e">fmt::v5::internal::chrono_formatter::on_abbr_weekday</a></div><div class="ttdeci">void on_abbr_weekday()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00274">chrono.h:274</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1output__range_html"><div class="ttname"><a href="classfmt_1_1v5_1_1output__range.html">fmt::v5::output_range</a></div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l00333">format.h:333</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_a73341707b4ec25420120be39cb1ad1f3"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a73341707b4ec25420120be39cb1ad1f3">fmt::v5::internal::chrono_format_checker::on_full_month</a></div><div class="ttdeci">void on_full_month()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00195">chrono.h:195</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a283a7a70218041ce28b0f3cea007655f"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a283a7a70218041ce28b0f3cea007655f">fmt::v5::internal::chrono_formatter::chrono_formatter</a></div><div class="ttdeci">chrono_formatter(FormatContext &amp;ctx, OutputIt o)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00229">chrono.h:229</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1arg__ref_html"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1arg__ref.html">fmt::v5::internal::arg_ref</a></div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l01707">format.h:1707</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_html_a8accad256e8cb70d1398a568742a60f0"><div class="ttname"><a href="namespacefmt_1_1v5.html#a8accad256e8cb70d1398a568742a60f0">fmt::v5::format</a></div><div class="ttdeci">std::basic_string&lt; typename char_t&lt; S &gt;::type &gt; format(const S &amp;format_str, const Args &amp;... args)</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l01454">core.h:1454</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a269fbfd37ea5e35b04d8ff1fd991138d"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a269fbfd37ea5e35b04d8ff1fd991138d">fmt::v5::internal::chrono_formatter::out</a></div><div class="ttdeci">OutputIt out</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00223">chrono.h:223</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_a95cd0458553c10a26bd580c73d528a2e"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a95cd0458553c10a26bd580c73d528a2e">fmt::v5::internal::chrono_format_checker::on_12_hour</a></div><div class="ttdeci">void on_12_hour(numeric_system)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00197">chrono.h:197</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_a94a739330ac56034fb9bde5d89c1c2b8"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a94a739330ac56034fb9bde5d89c1c2b8">fmt::v5::internal::chrono_format_checker::on_12_hour_time</a></div><div class="ttdeci">void on_12_hour_time()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00205">chrono.h:205</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_acabd988cd5815af1577389e5576359a5"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#acabd988cd5815af1577389e5576359a5">fmt::v5::internal::chrono_formatter::on_12_hour_time</a></div><div class="ttdeci">void on_12_hour_time()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00326">chrono.h:326</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1align__spec_html"><div class="ttname"><a href="structfmt_1_1v5_1_1align__spec.html">fmt::v5::align_spec</a></div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l01087">format.h:1087</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_aef2fc6d8013c88e2b6589c015e4c826e"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#aef2fc6d8013c88e2b6589c015e4c826e">fmt::v5::internal::chrono_format_checker::on_dec0_weekday</a></div><div class="ttdeci">void on_dec0_weekday(numeric_system)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00192">chrono.h:192</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a5836908b0ff253946807ec94b74885d6"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a5836908b0ff253946807ec94b74885d6">fmt::v5::internal::chrono_formatter::context</a></div><div class="ttdeci">FormatContext &amp; context</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00222">chrono.h:222</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_ab8d234f82d65181090cdf1602871e485"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ab8d234f82d65181090cdf1602871e485">fmt::v5::internal::chrono_formatter::on_tz_name</a></div><div class="ttdeci">void on_tz_name()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00286">chrono.h:286</a></div></div>
<div class="ttc" id="locale_8h_html"><div class="ttname"><a href="locale_8h.html">locale.h</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_a5090856f227bd8922edeecf97ea8bc31"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a5090856f227bd8922edeecf97ea8bc31">fmt::v5::internal::chrono_format_checker::on_us_date</a></div><div class="ttdeci">void on_us_date()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00203">chrono.h:203</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1basic__parse__context_html"><div class="ttname"><a href="classfmt_1_1v5_1_1basic__parse__context.html">fmt::v5::basic_parse_context&lt; Char &gt;</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1basic__parse__context_html_a1b0beb2ee86041582086cffa5070d02b"><div class="ttname"><a href="classfmt_1_1v5_1_1basic__parse__context.html#a1b0beb2ee86041582086cffa5070d02b">fmt::v5::basic_parse_context::check_arg_id</a></div><div class="ttdeci">bool check_arg_id(unsigned)</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00908">core.h:908</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_abb96cb6058ee5cd88fff52e08951913f"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#abb96cb6058ee5cd88fff52e08951913f">fmt::v5::internal::chrono_formatter::on_second</a></div><div class="ttdeci">void on_second(numeric_system ns)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00312">chrono.h:312</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_aa0e5243ab84d9be54fbfc85691f93a24"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#aa0e5243ab84d9be54fbfc85691f93a24">fmt::v5::internal::chrono_formatter::on_24_hour</a></div><div class="ttdeci">void on_24_hour(numeric_system ns)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00288">chrono.h:288</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_a477b82b9af3dab4475588b9f4a6d3070"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a477b82b9af3dab4475588b9f4a6d3070">fmt::v5::internal::chrono_format_checker::report_no_date</a></div><div class="ttdeci">void report_no_date()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00186">chrono.h:186</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a27ccaaa51fec0226b7b508e9d21f02f7"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a27ccaaa51fec0226b7b508e9d21f02f7">fmt::v5::internal::chrono_formatter::on_iso_time</a></div><div class="ttdeci">void on_iso_time()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00334">chrono.h:334</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_1_1internal_html_abef3b695050c4132b4fc4d7f256b9580"><div class="ttname"><a href="namespacefmt_1_1v5_1_1internal.html#abef3b695050c4132b4fc4d7f256b9580">fmt::v5::internal::to_unsigned</a></div><div class="ttdeci">std::make_unsigned&lt; Int &gt;::type to_unsigned(Int value)</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00208">core.h:208</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a5219e7d23e107a5b02c3912cce41ba1c"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a5219e7d23e107a5b02c3912cce41ba1c">fmt::v5::internal::chrono_formatter::on_full_month</a></div><div class="ttdeci">void on_full_month()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00279">chrono.h:279</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_html_a253206334a77520a94a72af63516dabd"><div class="ttname"><a href="namespacefmt_1_1v5.html#a253206334a77520a94a72af63516dabd">fmt::v5::format_to</a></div><div class="ttdeci">std::enable_if&lt; is_contiguous&lt; Container &gt;::value &amp;&amp;internal::is_string&lt; S &gt;::value, std::back_insert_iterator&lt; Container &gt; &gt;::type format_to(std::back_insert_iterator&lt; Container &gt; out, const S &amp;format_str, const Args &amp;... args)</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l01430">core.h:1430</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a8695bfe8c62948476e06fb866f1b5abd"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a8695bfe8c62948476e06fb866f1b5abd">fmt::v5::internal::chrono_formatter::on_abbr_month</a></div><div class="ttdeci">void on_abbr_month()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00278">chrono.h:278</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_a1fb3b5911e2cfa3e99a19f660a4386a3"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a1fb3b5911e2cfa3e99a19f660a4386a3">fmt::v5::internal::chrono_format_checker::on_datetime</a></div><div class="ttdeci">void on_datetime(numeric_system)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00200">chrono.h:200</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a0ed40f7f5d0fb57d145b880699442049"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a0ed40f7f5d0fb57d145b880699442049">fmt::v5::internal::chrono_formatter::on_text</a></div><div class="ttdeci">void on_text(const char_type *begin, const char_type *end)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00269">chrono.h:269</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_ac229529f4628b228142ad3babb581225"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ac229529f4628b228142ad3babb581225">fmt::v5::internal::chrono_formatter::time</a></div><div class="ttdeci">std::tm time() const</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00242">chrono.h:242</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1internal_1_1value_html"><div class="ttname"><a href="classfmt_1_1v5_1_1internal_1_1value.html">fmt::v5::internal::value</a></div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00564">core.h:564</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_1_1internal_html_af8b98afef956b03a99bc61d088705f13a4291d26029047911bc456839856ea64d"><div class="ttname"><a href="namespacefmt_1_1v5_1_1internal.html#af8b98afef956b03a99bc61d088705f13a4291d26029047911bc456839856ea64d">fmt::v5::internal::char_type</a></div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00533">core.h:533</a></div></div>
<div class="ttc" id="core_8h_html_af7f827e50dd7667484c279ac1d38f30b"><div class="ttname"><a href="core_8h.html#af7f827e50dd7667484c279ac1d38f30b">FMT_NULL</a></div><div class="ttdeci">#define FMT_NULL</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00107">core.h:107</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a6f2ea84fef033aff9e450320bd6c6adc"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a6f2ea84fef033aff9e450320bd6c6adc">fmt::v5::internal::chrono_formatter::on_dec1_weekday</a></div><div class="ttdeci">void on_dec1_weekday(numeric_system)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00277">chrono.h:277</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_af565f6815eef5198d9d9f792346aa599"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#af565f6815eef5198d9d9f792346aa599">fmt::v5::internal::chrono_format_checker::on_text</a></div><div class="ttdeci">void on_text(const Char *, const Char *)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00189">chrono.h:189</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_a98e676383a1103f987671d3ae77e108c"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a98e676383a1103f987671d3ae77e108c">fmt::v5::internal::chrono_format_checker::on_am_pm</a></div><div class="ttdeci">void on_am_pm()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00208">chrono.h:208</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_a3ea0a9ac1f2f6a92e28fc14bdd9cf044"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a3ea0a9ac1f2f6a92e28fc14bdd9cf044">fmt::v5::internal::chrono_format_checker::on_full_weekday</a></div><div class="ttdeci">void on_full_weekday()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00191">chrono.h:191</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a2e3caddf766cdd91f70527ee6b1d5506"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a2e3caddf766cdd91f70527ee6b1d5506">fmt::v5::internal::chrono_formatter::on_12_hour</a></div><div class="ttdeci">void on_12_hour(numeric_system ns)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00296">chrono.h:296</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_a1b49b5b3497e4da015a75c0f5ad77f8a"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a1b49b5b3497e4da015a75c0f5ad77f8a">fmt::v5::internal::chrono_format_checker::on_abbr_month</a></div><div class="ttdeci">void on_abbr_month()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00194">chrono.h:194</a></div></div>
<div class="ttc" id="core_8h_html_a69201cb276383873487bf68b4ef8b4cd"><div class="ttname"><a href="core_8h.html#a69201cb276383873487bf68b4ef8b4cd">FMT_CONSTEXPR</a></div><div class="ttdeci">#define FMT_CONSTEXPR</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00069">core.h:69</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1align__spec_html_a8223f56be615c31d47e588ac36690aee"><div class="ttname"><a href="structfmt_1_1v5_1_1align__spec.html#a8223f56be615c31d47e588ac36690aee">fmt::v5::align_spec::width_</a></div><div class="ttdeci">unsigned width_</div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l01088">format.h:1088</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_html_a19f551b1c3abec2c3d40d85ab3ccee03"><div class="ttname"><a href="namespacefmt_1_1v5.html#a19f551b1c3abec2c3d40d85ab3ccee03">fmt::v5::ptr</a></div><div class="ttdeci">const void * ptr(const T *p)</div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l03138">format.h:3138</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_ac752c273d5033c35d1c8bd1aacc7efd4"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ac752c273d5033c35d1c8bd1aacc7efd4">fmt::v5::internal::chrono_formatter::on_24_hour_time</a></div><div class="ttdeci">void on_24_hour_time()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00328">chrono.h:328</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_1_1internal_html_ad8194ac1ba523a7a5014c9cb49f3bf8d"><div class="ttname"><a href="namespacefmt_1_1v5_1_1internal.html#ad8194ac1ba523a7a5014c9cb49f3bf8d">fmt::v5::internal::parse_chrono_format</a></div><div class="ttdeci">const Char * parse_chrono_format(const Char *begin, const Char *end, Handler &amp;&amp;handler)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00031">chrono.h:31</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html">fmt::v5::internal::chrono_formatter</a></div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00221">chrono.h:221</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_a889e4a54d94853a3674df17d325e2cfc"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a889e4a54d94853a3674df17d325e2cfc">fmt::v5::internal::chrono_format_checker::on_minute</a></div><div class="ttdeci">void on_minute(numeric_system)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00198">chrono.h:198</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1internal_1_1basic__buffer_html_ac4761deba75a7238ae29243b159b9943"><div class="ttname"><a href="classfmt_1_1v5_1_1internal_1_1basic__buffer.html#ac4761deba75a7238ae29243b159b9943">fmt::v5::internal::basic_buffer::size</a></div><div class="ttdeci">std::size_t size() const</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00250">core.h:250</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_ace51dbe524dffc062d59c9464587e9dd"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ace51dbe524dffc062d59c9464587e9dd">fmt::v5::internal::chrono_formatter::ms</a></div><div class="ttdeci">std::chrono::milliseconds ms</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00225">chrono.h:225</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_1_1internal_html_afe980acdb2bb4cb83729a07c105159d1"><div class="ttname"><a href="namespacefmt_1_1v5_1_1internal.html#afe980acdb2bb4cb83729a07c105159d1">fmt::v5::internal::copy</a></div><div class="ttdeci">void copy(const RangeT &amp;range, OutputIterator out)</div><div class="ttdef"><b>Definition:</b> <a href="ranges_8h_source.html#l00058">ranges.h:58</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a39304fcfe6bd5ba7cbf20d7dc8c25625"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a39304fcfe6bd5ba7cbf20d7dc8c25625">fmt::v5::internal::chrono_formatter::on_minute</a></div><div class="ttdeci">void on_minute(numeric_system ns)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00304">chrono.h:304</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1int__traits_html"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1int__traits.html">fmt::v5::internal::int_traits</a></div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l00737">format.h:737</a></div></div>
<div class="ttc" id="core_8h_html_a03e7ee720f43adc7d83c652a6a5dd5f8"><div class="ttname"><a href="core_8h.html#a03e7ee720f43adc7d83c652a6a5dd5f8">FMT_ASSERT</a></div><div class="ttdeci">#define FMT_ASSERT(condition, message)</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00170">core.h:170</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_1_1internal_html_aaee1761c014bc6a5ca7be7fcb48f6a1e"><div class="ttname"><a href="namespacefmt_1_1v5_1_1internal.html#aaee1761c014bc6a5ca7be7fcb48f6a1e">fmt::v5::internal::parse_align</a></div><div class="ttdeci">const Char * parse_align(const Char *begin, const Char *end, Handler &amp;&amp;handler)</div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l01847">format.h:1847</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_html_a0da085ecacb88b605244ce76332bd8d8"><div class="ttname"><a href="namespacefmt_1_1v5.html#a0da085ecacb88b605244ce76332bd8d8">fmt::v5::alignment</a></div><div class="ttdeci">alignment</div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l01079">format.h:1079</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1format__error_html"><div class="ttname"><a href="classfmt_1_1v5_1_1format__error.html">fmt::v5::format_error</a></div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l00365">format.h:365</a></div></div>
<div class="ttc" id="core_8h_html_a887c191adf8cfaf06ed40b5c4d487343"><div class="ttname"><a href="core_8h.html#a887c191adf8cfaf06ed40b5c4d487343">FMT_BEGIN_NAMESPACE</a></div><div class="ttdeci">#define FMT_BEGIN_NAMESPACE</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00155">core.h:155</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_a401617e182eb83c9dbb3c17fce04029a"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a401617e182eb83c9dbb3c17fce04029a">fmt::v5::internal::chrono_format_checker::on_utc_offset</a></div><div class="ttdeci">void on_utc_offset()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00209">chrono.h:209</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_ae7113c63bfe389915537b985236ea3e2"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#ae7113c63bfe389915537b985236ea3e2">fmt::v5::internal::chrono_formatter::on_us_date</a></div><div class="ttdeci">void on_us_date()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00283">chrono.h:283</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_aecf25d830a00bf920d3e366e946506f0"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#aecf25d830a00bf920d3e366e946506f0">fmt::v5::internal::chrono_format_checker::on_24_hour_time</a></div><div class="ttdeci">void on_24_hour_time()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00206">chrono.h:206</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_a03ef6dd252f466dc9ef48e61adb97e62"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a03ef6dd252f466dc9ef48e61adb97e62">fmt::v5::internal::chrono_format_checker::on_tz_name</a></div><div class="ttdeci">void on_tz_name()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00210">chrono.h:210</a></div></div>
<div class="ttc" id="namespacespdlog_1_1details_1_1fmt__helper_html_a976eeb3c4a42ccfb05437aa9a0d4d9f7"><div class="ttname"><a href="namespacespdlog_1_1details_1_1fmt__helper.html#a976eeb3c4a42ccfb05437aa9a0d4d9f7">spdlog::details::fmt_helper::count_digits</a></div><div class="ttdeci">unsigned count_digits(T n)</div><div class="ttdef"><b>Definition:</b> <a href="fmt__helper_8h_source.html#l00047">fmt_helper.h:47</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__format__checker_html_a2e995899ed1678d122629269247a911c"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__format__checker.html#a2e995899ed1678d122629269247a911c">fmt::v5::internal::chrono_format_checker::on_iso_time</a></div><div class="ttdeci">void on_iso_time()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00207">chrono.h:207</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a250161d0793ae68087d3d4b7c12c8e9b"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a250161d0793ae68087d3d4b7c12c8e9b">fmt::v5::internal::chrono_formatter::on_full_weekday</a></div><div class="ttdeci">void on_full_weekday()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00275">chrono.h:275</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_aa41c3019274a95fe19f1abf2013311a3"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#aa41c3019274a95fe19f1abf2013311a3">fmt::v5::internal::chrono_formatter::on_iso_date</a></div><div class="ttdeci">void on_iso_date()</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00284">chrono.h:284</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a4db4fd25735fba269e0e462d2f0cebb2"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a4db4fd25735fba269e0e462d2f0cebb2">fmt::v5::internal::chrono_formatter::write</a></div><div class="ttdeci">void write(int value, int width)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00250">chrono.h:250</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a393e3b451800b1933a7c8814cba0035e"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a393e3b451800b1933a7c8814cba0035e">fmt::v5::internal::chrono_formatter::on_dec0_weekday</a></div><div class="ttdeci">void on_dec0_weekday(numeric_system)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00276">chrono.h:276</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_1_1internal_html_aeaa4eca77afc74c176ac1a1b941105f7"><div class="ttname"><a href="namespacefmt_1_1v5_1_1internal.html#aeaa4eca77afc74c176ac1a1b941105f7">fmt::v5::internal::to_int</a></div><div class="ttdeci">int to_int(Int value)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00214">chrono.h:214</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_1_1internal_html_a1f190af8f5561392e03519562384d3b8"><div class="ttname"><a href="namespacefmt_1_1v5_1_1internal.html#a1f190af8f5561392e03519562384d3b8">fmt::v5::internal::end</a></div><div class="ttdeci">auto end(const C &amp;c) -&gt; decltype(c.end())</div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l00257">format.h:257</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1chrono__formatter_html_a1fc400d160bba953ff7412b6afce6ebc"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1chrono__formatter.html#a1fc400d160bba953ff7412b6afce6ebc">fmt::v5::internal::chrono_formatter::format_localized</a></div><div class="ttdeci">void format_localized(const tm &amp;time, const char *format)</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00259">chrono.h:259</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1basic__string__view_html"><div class="ttname"><a href="classfmt_1_1v5_1_1basic__string__view.html">fmt::v5::basic_string_view</a></div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00350">core.h:350</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_1_1internal_html_a8217980ba3189c7d8c3ce93f7d8e4c74ac00f0c4675b91fb8b918e4079a0b1bac"><div class="ttname"><a href="namespacefmt_1_1v5_1_1internal.html#a8217980ba3189c7d8c3ce93f7d8e4c74ac00f0c4675b91fb8b918e4079a0b1bac">fmt::v5::internal::numeric_system::standard</a></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_5f1136fe404e0a548faf586fae339a6a.html">sdk_core</a></li><li class="navelem"><a class="el" href="dir_fef6b6f1028f30fedf17225feaaa02fe.html">include</a></li><li class="navelem"><a class="el" href="dir_7bb3e31efd6b819bbb0704cee4a66d41.html">third_party</a></li><li class="navelem"><a class="el" href="dir_cf58c3a45797022668a1e269b5315a33.html">spdlog</a></li><li class="navelem"><a class="el" href="dir_248a80cf6760c7a1ab13394a1c16f7b2.html">spdlog</a></li><li class="navelem"><a class="el" href="dir_0c3a0641627b76fd80f03d211e44dc98.html">fmt</a></li><li class="navelem"><a class="el" href="dir_148a221396087d65c55fa0ea541856de.html">bundled</a></li><li class="navelem"><a class="el" href="chrono_8h.html">chrono.h</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
</ul>
</div>
</body>
</html>