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/locale_8h_source.html
2020-04-01 20:53:55 +08:00

152 lines
30 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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.11"/>
<title>Livox SDK API: sdk_core/include/third_party/spdlog/spdlog/fmt/bundled/locale.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">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</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">V2.1.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</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">
$(document).ready(function(){initNavTree('locale_8h_source.html','');});
</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">locale.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="locale_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++ - std::locale 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_LOCALE_H_</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#define FMT_LOCALE_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 &lt;locale&gt;</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;<a class="code" href="core_8h.html#a887c191adf8cfaf06ed40b5c4d487343">FMT_BEGIN_NAMESPACE</a></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="keyword">namespace </span>internal {</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> Char&gt;</div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5_1_1internal.html#a96656f2873d811372570d14b911799c9"> 18</a></span>&#160;<span class="keyword">typename</span> <a class="code" href="classfmt_1_1v5_1_1basic__format__context.html#aa88412259a118ed5ac97e9bd1cee92e3">buffer_context&lt;Char&gt;::type::iterator</a> <a class="code" href="namespacefmt_1_1v5.html#a8ccdf1f18a293a1db7c718039d9d91a4">vformat_to</a>(</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <span class="keyword">const</span> std::locale &amp;loc, <a class="code" href="classfmt_1_1v5_1_1internal_1_1basic__buffer.html">basic_buffer&lt;Char&gt;</a> &amp;buf,</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; <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="l00021"></a><span class="lineno"> 21</span>&#160; <a class="code" href="classfmt_1_1v5_1_1basic__format__args.html">basic_format_args</a>&lt;<span class="keyword">typename</span> <a class="code" href="classfmt_1_1v5_1_1basic__format__context.html">buffer_context&lt;Char&gt;::type</a>&gt; args) {</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classfmt_1_1v5_1_1back__insert__range.html">back_insert_range&lt;basic_buffer&lt;Char&gt;</a> &gt; range;</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; <span class="keywordflow">return</span> vformat_to&lt;arg_formatter&lt;range&gt;&gt;(</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; buf, <a class="code" href="namespacespdlog_1_1level.html#a1ed786fe4b8a5babc3aeaa3eba9a9921">to_string_view</a>(format_str), args, <a class="code" href="classfmt_1_1v5_1_1internal_1_1locale__ref.html">internal::locale_ref</a>(loc));</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;}</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> Char&gt;</div><div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5_1_1internal.html#a8baee03ce41dc9ba8e176f5995c768fc"> 28</a></span>&#160;std::basic_string&lt;Char&gt; <a class="code" href="namespacefmt_1_1v5.html#a1f5ac8e91b7e7ded10e2dadab4fc6330">vformat</a>(</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; <span class="keyword">const</span> std::locale &amp;loc, <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="l00030"></a><span class="lineno"> 30</span>&#160; <a class="code" href="classfmt_1_1v5_1_1basic__format__args.html">basic_format_args</a>&lt;<span class="keyword">typename</span> <a class="code" href="classfmt_1_1v5_1_1basic__format__context.html">buffer_context&lt;Char&gt;::type</a>&gt; args) {</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; <a class="code" href="classfmt_1_1v5_1_1basic__memory__buffer.html">basic_memory_buffer&lt;Char&gt;</a> <a class="code" href="namespacefmt_1_1v5_1_1internal.html#ae63557fe9ccf973c29dc6dd122fa4ae0">buffer</a>;</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; <a class="code" href="namespacefmt_1_1v5.html#a8ccdf1f18a293a1db7c718039d9d91a4">internal::vformat_to</a>(loc, buffer, format_str, args);</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespacefmt_1_1v5.html#af7906102d07e0d93b609aef6c05fc27a">fmt::to_string</a>(buffer);</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;}</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;}</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> S, <span class="keyword">typename</span> Char = FMT_CHAR(S)&gt;</div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#a1f5ac8e91b7e7ded10e2dadab4fc6330"> 38</a></span>&#160;<span class="keyword">inline</span> std::basic_string&lt;Char&gt; <a class="code" href="namespacefmt_1_1v5.html#a1f5ac8e91b7e7ded10e2dadab4fc6330">vformat</a>(</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="keyword">const</span> std::locale &amp;loc, <span class="keyword">const</span> S &amp;format_str,</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; <a class="code" href="classfmt_1_1v5_1_1basic__format__args.html">basic_format_args</a>&lt;<span class="keyword">typename</span> <a class="code" href="classfmt_1_1v5_1_1basic__format__context.html">buffer_context&lt;Char&gt;::type</a>&gt; args) {</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespacefmt_1_1v5.html#a1f5ac8e91b7e7ded10e2dadab4fc6330">internal::vformat</a>(loc, <a class="code" href="namespacespdlog_1_1level.html#a1ed786fe4b8a5babc3aeaa3eba9a9921">to_string_view</a>(format_str), args);</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;}</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> S, <span class="keyword">typename</span>... Args&gt;</div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#aaf056e063743740353984f4c98e66c69"> 45</a></span>&#160;<span class="keyword">inline</span> std::basic_string&lt;FMT_CHAR(S)&gt; <a class="code" href="namespacefmt_1_1v5.html#aaf056e063743740353984f4c98e66c69">format</a>(</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <span class="keyword">const</span> std::locale &amp;loc, <span class="keyword">const</span> S &amp;format_str, <span class="keyword">const</span> Args &amp;... args) {</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespacefmt_1_1v5.html#a1f5ac8e91b7e7ded10e2dadab4fc6330">internal::vformat</a>(</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; loc, <a class="code" href="namespacespdlog_1_1level.html#a1ed786fe4b8a5babc3aeaa3eba9a9921">to_string_view</a>(format_str),</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; *<a class="code" href="structfmt_1_1v5_1_1internal_1_1checked__args.html">internal::checked_args&lt;S, Args...&gt;</a>(format_str, args...));</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;}</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> String, <span class="keyword">typename</span> OutputIt, <span class="keyword">typename</span>... Args&gt;</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="keyword">inline</span> <span class="keyword">typename</span> std::enable_if&lt;internal::is_output_iterator&lt;OutputIt&gt;::value,</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; OutputIt&gt;<a class="code" href="namespacefmt_1_1v5_1_1internal.html#af8b98afef956b03a99bc61d088705f13">::type</a></div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#a8ccdf1f18a293a1db7c718039d9d91a4"> 55</a></span>&#160; <a class="code" href="namespacefmt_1_1v5.html#a8ccdf1f18a293a1db7c718039d9d91a4">vformat_to</a>(OutputIt out, <span class="keyword">const</span> std::locale &amp;loc, <span class="keyword">const</span> String &amp;format_str,</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="keyword">typename</span> <a class="code" href="structfmt_1_1v5_1_1format__args__t.html">format_args_t</a>&lt;OutputIt, <a class="code" href="core_8h.html#a30260f394fa5dca5ec3c6db9a0acb02e">FMT_CHAR</a>(String)&gt;::<a class="code" href="namespacefmt_1_1v5_1_1internal.html#af8b98afef956b03a99bc61d088705f13">type</a> args) {</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <span class="keyword">typedef</span> <a class="code" href="classfmt_1_1v5_1_1output__range.html">output_range&lt;OutputIt, FMT_CHAR(String)&gt;</a> range;</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <span class="keywordflow">return</span> vformat_to&lt;arg_formatter&lt;range&gt;&gt;(</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; range(out), <a class="code" href="namespacespdlog_1_1level.html#a1ed786fe4b8a5babc3aeaa3eba9a9921">to_string_view</a>(format_str), args, <a class="code" href="classfmt_1_1v5_1_1internal_1_1locale__ref.html">internal::locale_ref</a>(loc));</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;</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> OutputIt, <span class="keyword">typename</span> S, <span class="keyword">typename</span>... Args&gt;</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="keyword">inline</span> <span class="keyword">typename</span> std::enable_if&lt;</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <a class="code" href="structfmt_1_1v5_1_1internal_1_1is__string.html">internal::is_string&lt;S&gt;::value</a> &amp;&amp;</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <a class="code" href="classfmt_1_1v5_1_1internal_1_1is__output__iterator.html">internal::is_output_iterator&lt;OutputIt&gt;::value</a>, OutputIt&gt;<a class="code" href="namespacefmt_1_1v5_1_1internal.html#af8b98afef956b03a99bc61d088705f13">::type</a></div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="namespacefmt_1_1v5.html#a1e78c2fe04c2f739ff37d2bc236b1d1f"> 66</a></span>&#160; <a class="code" href="namespacefmt_1_1v5.html#a1e78c2fe04c2f739ff37d2bc236b1d1f">format_to</a>(OutputIt out, <span class="keyword">const</span> std::locale &amp;loc, <span class="keyword">const</span> S &amp;format_str,</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="keyword">const</span> Args &amp;... args) {</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; <a class="code" href="namespacefmt_1_1v5_1_1internal.html#acd0741048e2d4d76c3a549c5a6d9d857">internal::check_format_string</a>&lt;Args...&gt;(format_str);</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classfmt_1_1v5_1_1basic__format__context.html">format_context_t&lt;OutputIt, FMT_CHAR(S)&gt;::type</a> context;</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; <a class="code" href="classfmt_1_1v5_1_1format__arg__store.html">format_arg_store</a>&lt;context, Args...&gt; as{args...};</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespacefmt_1_1v5.html#a8ccdf1f18a293a1db7c718039d9d91a4">vformat_to</a>(out, loc, <a class="code" href="namespacespdlog_1_1level.html#a1ed786fe4b8a5babc3aeaa3eba9a9921">to_string_view</a>(format_str),</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <a class="code" href="classfmt_1_1v5_1_1basic__format__args.html">basic_format_args&lt;context&gt;</a>(as));</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;}</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<a class="code" href="core_8h.html#ae0d2fbdf031547a949fc7e1c0b3c97f1">FMT_END_NAMESPACE</a></div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<span class="preprocessor">#endif // FMT_LOCALE_H_</span></div><div class="ttc" id="namespacefmt_1_1v5_html_a8ccdf1f18a293a1db7c718039d9d91a4"><div class="ttname"><a href="namespacefmt_1_1v5.html#a8ccdf1f18a293a1db7c718039d9d91a4">fmt::v5::vformat_to</a></div><div class="ttdeci">std::enable_if&lt; internal::is_output_iterator&lt; OutputIt &gt;::value, OutputIt &gt;::type vformat_to(OutputIt out, const std::locale &amp;loc, const String &amp;format_str, typename format_args_t&lt; OutputIt, typename char_t&lt; String &gt;::type &gt;::type args)</div><div class="ttdef"><b>Definition:</b> <a href="locale_8h_source.html#l00055">locale.h:55</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1basic__format__context_html"><div class="ttname"><a href="classfmt_1_1v5_1_1basic__format__context.html">fmt::v5::basic_format_context</a></div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l01081">core.h:1081</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&lt; Char &gt;</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1format__arg__store_html"><div class="ttname"><a href="classfmt_1_1v5_1_1format__arg__store.html">fmt::v5::format_arg_store</a></div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l01140">core.h:1140</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1is__string_html"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1is__string.html">fmt::v5::internal::is_string</a></div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00515">core.h:515</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="namespacefmt_1_1v5_html_a1e78c2fe04c2f739ff37d2bc236b1d1f"><div class="ttname"><a href="namespacefmt_1_1v5.html#a1e78c2fe04c2f739ff37d2bc236b1d1f">fmt::v5::format_to</a></div><div class="ttdeci">std::enable_if&lt; internal::is_string&lt; S &gt;::value &amp;&amp;internal::is_output_iterator&lt; OutputIt &gt;::value, OutputIt &gt;::type format_to(OutputIt out, const std::locale &amp;loc, const S &amp;format_str, const Args &amp;...args)</div><div class="ttdef"><b>Definition:</b> <a href="locale_8h_source.html#l00066">locale.h:66</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1internal_1_1is__output__iterator_html"><div class="ttname"><a href="classfmt_1_1v5_1_1internal_1_1is__output__iterator.html">fmt::v5::internal::is_output_iterator</a></div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l03285">format.h:3285</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_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="namespacefmt_1_1v5_html_a1f5ac8e91b7e7ded10e2dadab4fc6330"><div class="ttname"><a href="namespacefmt_1_1v5.html#a1f5ac8e91b7e7ded10e2dadab4fc6330">fmt::v5::vformat</a></div><div class="ttdeci">std::basic_string&lt; Char &gt; vformat(const std::locale &amp;loc, const S &amp;format_str, basic_format_args&lt; typename buffer_context&lt; Char &gt;::type &gt; args)</div><div class="ttdef"><b>Definition:</b> <a href="locale_8h_source.html#l00038">locale.h:38</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_1_1internal_html_af8b98afef956b03a99bc61d088705f13"><div class="ttname"><a href="namespacefmt_1_1v5_1_1internal.html#af8b98afef956b03a99bc61d088705f13">fmt::v5::internal::type</a></div><div class="ttdeci">type</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00530">core.h:530</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_1_1internal_html_ae63557fe9ccf973c29dc6dd122fa4ae0"><div class="ttname"><a href="namespacefmt_1_1v5_1_1internal.html#ae63557fe9ccf973c29dc6dd122fa4ae0">fmt::v5::internal::buffer</a></div><div class="ttdeci">basic_buffer&lt; char &gt; buffer</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00291">core.h:291</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1format__args__t_html"><div class="ttname"><a href="structfmt_1_1v5_1_1format__args__t.html">fmt::v5::format_args_t</a></div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l03312">format.h:3312</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1basic__format__context_html_aa88412259a118ed5ac97e9bd1cee92e3"><div class="ttname"><a href="classfmt_1_1v5_1_1basic__format__context.html#aa88412259a118ed5ac97e9bd1cee92e3">fmt::v5::basic_format_context::iterator</a></div><div class="ttdeci">OutputIt iterator</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00990">core.h:990</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1internal_1_1locale__ref_html"><div class="ttname"><a href="classfmt_1_1v5_1_1internal_1_1locale__ref.html">fmt::v5::internal::locale_ref</a></div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00972">core.h:972</a></div></div>
<div class="ttc" id="core_8h_html_a30260f394fa5dca5ec3c6db9a0acb02e"><div class="ttname"><a href="core_8h.html#a30260f394fa5dca5ec3c6db9a0acb02e">FMT_CHAR</a></div><div class="ttdeci">#define FMT_CHAR(S)</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l01320">core.h:1320</a></div></div>
<div class="ttc" id="structfmt_1_1v5_1_1internal_1_1checked__args_html"><div class="ttname"><a href="structfmt_1_1v5_1_1internal_1_1checked__args.html">fmt::v5::internal::checked_args</a></div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l01358">core.h:1358</a></div></div>
<div class="ttc" id="namespacespdlog_1_1level_html_a1ed786fe4b8a5babc3aeaa3eba9a9921"><div class="ttname"><a href="namespacespdlog_1_1level.html#a1ed786fe4b8a5babc3aeaa3eba9a9921">spdlog::level::to_string_view</a></div><div class="ttdeci">string_view_t &amp; to_string_view(spdlog::level::level_enum l) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00135">common.h:135</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1internal_1_1basic__buffer_html"><div class="ttname"><a href="classfmt_1_1v5_1_1internal_1_1basic__buffer.html">fmt::v5::internal::basic_buffer&lt; Char &gt;</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_html_af7906102d07e0d93b609aef6c05fc27a"><div class="ttname"><a href="namespacefmt_1_1v5.html#af7906102d07e0d93b609aef6c05fc27a">fmt::v5::to_string</a></div><div class="ttdeci">std::string to_string(const T &amp;value)</div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l03209">format.h:3209</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="namespacefmt_1_1v5_1_1internal_html_acd0741048e2d4d76c3a549c5a6d9d857"><div class="ttname"><a href="namespacefmt_1_1v5_1_1internal.html#acd0741048e2d4d76c3a549c5a6d9d857">fmt::v5::internal::check_format_string</a></div><div class="ttdeci">std::enable_if&lt;!is_compile_string&lt; S &gt;::value &gt;::type check_format_string(const S &amp;)</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l01352">core.h:1352</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1basic__format__args_html"><div class="ttname"><a href="classfmt_1_1v5_1_1basic__format__args.html">fmt::v5::basic_format_args</a></div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00487">core.h:487</a></div></div>
<div class="ttc" id="classfmt_1_1v5_1_1back__insert__range_html"><div class="ttname"><a href="classfmt_1_1v5_1_1back__insert__range.html">fmt::v5::back_insert_range</a></div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l00351">format.h:351</a></div></div>
<div class="ttc" id="namespacefmt_1_1v5_html_aaf056e063743740353984f4c98e66c69"><div class="ttname"><a href="namespacefmt_1_1v5.html#aaf056e063743740353984f4c98e66c69">fmt::v5::format</a></div><div class="ttdeci">std::basic_string&lt; typename char_t&lt; S &gt;::type &gt; format(const std::locale &amp;loc, const S &amp;format_str, const Args &amp;...args)</div><div class="ttdef"><b>Definition:</b> <a href="locale_8h_source.html#l00045">locale.h:45</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><!-- 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="locale_8h.html">locale.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.11 </li>
</ul>
</div>
</body>
</html>