mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 19:45:53 +00:00
deploy: be668ee26d
This commit is contained in:
@@ -435,7 +435,7 @@ $(function() {
|
||||
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span> <a class="code hl_struct" href="structripple_1_1partitioned__unordered__map_1_1iterator.html">iterator</a> it(&<a class="code hl_variable" href="classripple_1_1partitioned__unordered__map.html#adaf6af19a8aa07548239891243e7e364">map_</a>);</div>
|
||||
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span> it.<a class="code hl_variable" href="structripple_1_1partitioned__unordered__map_1_1iterator.html#a402e0dfd283f54c10bbb6c44aeec5535">ait_</a> = it.<a class="code hl_variable" href="structripple_1_1partitioned__unordered__map_1_1iterator.html#a7cd7156c4d91b9484cb61b3405e573cd">map_</a>-><a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/vector/begin.html">begin</a>() + <a class="code hl_function" href="classripple_1_1partitioned__unordered__map.html#aff02e23936f6c3da09ae30421ec3b358">partitioner</a>(key);</div>
|
||||
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span> <span class="keyword">auto</span> [eit, inserted] = it.<a class="code hl_variable" href="structripple_1_1partitioned__unordered__map_1_1iterator.html#a402e0dfd283f54c10bbb6c44aeec5535">ait_</a>->emplace(</div>
|
||||
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span> std::piecewise_construct,</div>
|
||||
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span> <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/utility/piecewise_construct.html">std::piecewise_construct</a>,</div>
|
||||
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span> std::forward<T>(keyTuple),</div>
|
||||
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span> std::forward<U>(valueTuple));</div>
|
||||
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span> it.<a class="code hl_variable" href="structripple_1_1partitioned__unordered__map_1_1iterator.html#a0a1d610c777919c003d7de25df2ed1cc">mit_</a> = eit;</div>
|
||||
@@ -546,6 +546,7 @@ $(function() {
|
||||
<div class="ttc" id="anamespaceripple_html_adfba989160b2969247e5842ae0841651"><div class="ttname"><a href="namespaceripple.html#adfba989160b2969247e5842ae0841651">ripple::extract</a></div><div class="ttdeci">std::size_t extract(uint256 const &key)</div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00644">base_uint.h:644</a></div></div>
|
||||
<div class="ttc" id="aoptional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/optional.html">optional</a></div></div>
|
||||
<div class="ttc" id="apair_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair</a></div></div>
|
||||
<div class="ttc" id="apiecewise_construct_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/piecewise_construct.html">std::piecewise_construct</a></div><div class="ttdeci">T piecewise_construct</div></div>
|
||||
<div class="ttc" id="apiecewise_construct_t_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/piecewise_construct_t.html">std::piecewise_construct_t</a></div></div>
|
||||
<div class="ttc" id="aresize_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/resize.html">std::vector::resize</a></div><div class="ttdeci">T resize(T... args)</div></div>
|
||||
<div class="ttc" id="asize_t_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div></div>
|
||||
|
||||
Reference in New Issue
Block a user