This commit is contained in:
rozmansi
2023-12-11 10:34:17 +00:00
parent cd5206cb29
commit cfd2d06065
496 changed files with 2976 additions and 2972 deletions

View File

@@ -100,15 +100,15 @@ $(document).ready(function() { init_codefold(0); });
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> T from; <span class="comment">// index in source string</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> T to; <span class="comment">// index in destination string</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="structstdex_1_1mapping.html#a9634b5ef182398e24b61c2ca78cc8e46"> 24</a></span> <span class="keyword">inline</span> <a class="code hl_function" href="structstdex_1_1mapping.html#a9634b5ef182398e24b61c2ca78cc8e46">mapping</a>() : from(0), to(0) {}</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="structstdex_1_1mapping.html#a9634b5ef182398e24b61c2ca78cc8e46"> 24</a></span> <a class="code hl_function" href="structstdex_1_1mapping.html#a9634b5ef182398e24b61c2ca78cc8e46">mapping</a>() : from(0), to(0) {}</div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> </div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="structstdex_1_1mapping.html#a48069d4eb38c276e856d650075f6c3bd"> 31</a></span> <span class="keyword">inline</span> <a class="code hl_function" href="structstdex_1_1mapping.html#a48069d4eb38c276e856d650075f6c3bd">mapping</a>(_In_ T x) : from(x), to(x) {}</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="structstdex_1_1mapping.html#a48069d4eb38c276e856d650075f6c3bd"> 31</a></span> <a class="code hl_function" href="structstdex_1_1mapping.html#a48069d4eb38c276e856d650075f6c3bd">mapping</a>(_In_ T x) : from(x), to(x) {}</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="structstdex_1_1mapping.html#ae72436dbc2b54e2062822cd7772de830"> 39</a></span> <span class="keyword">inline</span> <a class="code hl_function" href="structstdex_1_1mapping.html#ae72436dbc2b54e2062822cd7772de830">mapping</a>(_In_ T _from, _In_ T _to) : from(_from), to(_to) {}</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="structstdex_1_1mapping.html#ae72436dbc2b54e2062822cd7772de830"> 39</a></span> <a class="code hl_function" href="structstdex_1_1mapping.html#ae72436dbc2b54e2062822cd7772de830">mapping</a>(_In_ T _from, _In_ T _to) : from(_from), to(_to) {}</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> </div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="structstdex_1_1mapping.html#a6d9fa746849e2ea27f53e40b8b44fb46"> 48</a></span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structstdex_1_1mapping.html#a6d9fa746849e2ea27f53e40b8b44fb46">operator==</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structstdex_1_1mapping.html">mapping</a>&amp; other)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> from == other.from &amp;&amp; to == other.to; }</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="structstdex_1_1mapping.html#a6d9fa746849e2ea27f53e40b8b44fb46"> 48</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structstdex_1_1mapping.html#a6d9fa746849e2ea27f53e40b8b44fb46">operator==</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structstdex_1_1mapping.html">mapping</a>&amp; other)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> from == other.from &amp;&amp; to == other.to; }</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"><a class="line" href="structstdex_1_1mapping.html#a99e44b5840a155e5ce366d440cbe234b"> 57</a></span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structstdex_1_1mapping.html#a99e44b5840a155e5ce366d440cbe234b">operator!=</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structstdex_1_1mapping.html">mapping</a>&amp; other)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> !<a class="code hl_function" href="structstdex_1_1mapping.html#a6d9fa746849e2ea27f53e40b8b44fb46">operator==</a>(other); }</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"><a class="line" href="structstdex_1_1mapping.html#a99e44b5840a155e5ce366d440cbe234b"> 57</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structstdex_1_1mapping.html#a99e44b5840a155e5ce366d440cbe234b">operator!=</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structstdex_1_1mapping.html">mapping</a>&amp; other)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> !<a class="code hl_function" href="structstdex_1_1mapping.html#a6d9fa746849e2ea27f53e40b8b44fb46">operator==</a>(other); }</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> };</div>
</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> </div>
@@ -124,7 +124,7 @@ $(document).ready(function() { init_codefold(0); });
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Dec 8 2023 17:54:56 for stdex by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Mon Dec 11 2023 10:34:13 for stdex by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>