Files
ortools-clone/docs/cpp/linked__hash__map_8h_source.html
2021-09-20 15:57:27 +02:00

236 lines
197 KiB
HTML

<!-- HTML header for doxygen 1.8.18-->
<!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>OR-Tools: linked_hash_map.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" />
<link href="styleSheet.tmp.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="orLogo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OR-Tools
&#160;<span id="projectnumber">9.1</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('linked__hash__map_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">linked_hash_map.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="linked__hash__map_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">// Copyright 2010-2021 Google LLC</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// you may not use this file except in compliance with the License.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// You may obtain a copy of the License at</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">// http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">// distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment">// See the License for the specific language governing permissions and</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment">// limitations under the License.</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="comment">// This is a simplistic insertion-ordered map. It behaves similarly to an STL</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment">// map, but only implements a small subset of the map&#39;s methods. Internally, we</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment">// just keep a map and a list going in parallel.</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment">// This class provides no thread safety guarantees, beyond what you would</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment">// normally see with std::list.</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment">// Iterators point into the list and should be stable in the face of</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// mutations, except for an iterator pointing to an element that was just</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment">// deleted.</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment">// This class supports heterogeneous lookups.</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#ifndef OR_TOOLS_BASE_LINKED_HASH_MAP_H_</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#define OR_TOOLS_BASE_LINKED_HASH_MAP_H_</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &lt;list&gt;</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#include &lt;tuple&gt;</span></div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#include &lt;type_traits&gt;</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#include &lt;utility&gt;</span></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;<span class="preprocessor">#include &quot;absl/container/flat_hash_set.h&quot;</span></div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#include &quot;absl/container/internal/common.h&quot;</span></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="base_2logging_8h.html">ortools/base/logging.h</a>&quot;</span></div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacegtl.html">gtl</a> {</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="comment">// This holds a list of pair&lt;Key, Value&gt; items. This list is what gets</span></div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="comment">// traversed, and it&#39;s iterators from this list that we return from</span></div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="comment">// begin/end/find.</span></div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="comment">// We also keep a set&lt;list::iterator&gt; for find. Since std::list is a</span></div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="comment">// doubly-linked list, the iterators should remain stable.</span></div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> Key, <span class="keyword">typename</span> <a class="code" href="namespaceoperations__research_1_1sat.html#a3bd2b0a66b0f1c16476487ad3ddc72ea">Value</a>,</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <span class="keyword">typename</span> KeyHash = <span class="keyword">typename</span> absl::flat_hash_set&lt;Key&gt;::hasher,</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; <span class="keyword">typename</span> KeyEq =</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; <span class="keyword">typename</span> absl::flat_hash_set&lt;Key, KeyHash&gt;::key_equal,</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <span class="keyword">typename</span> Alloc = std::allocator&lt;std::pair&lt;const Key, Value&gt;&gt;&gt;</div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html"> 52</a></span>&#160;<span class="keyword">class </span><a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a> {</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <span class="keyword">using</span> KeyArgImpl = absl::container_internal::KeyArg&lt;</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">absl::container_internal::IsTransparent&lt;KeyEq&gt;::value</a> &amp;&amp;</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">absl::container_internal::IsTransparent&lt;KeyHash&gt;::value</a>&gt;;</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="comment">// Alias used for heterogeneous lookup functions.</span></div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <span class="comment">// `key_arg&lt;K&gt;` evaluates to `K` when the functors are transparent and to</span></div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <span class="comment">// `key_type` otherwise. It permits template argument deduction on `K` for the</span></div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <span class="comment">// transparent case.</span></div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K&gt;</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <span class="keyword">using</span> key_arg = <span class="keyword">typename</span> KeyArgImpl::template type&lt;K, Key&gt;;</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <span class="keyword">public</span>:</div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#acf4be953c7037c26797d1e8784b3074d"> 64</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acf4be953c7037c26797d1e8784b3074d">key_type</a> = Key;</div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a466b1d88941d720ef345c7ad8ccb093e"> 65</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a466b1d88941d720ef345c7ad8ccb093e">mapped_type</a> = <a class="code" href="namespaceoperations__research_1_1sat.html#a3bd2b0a66b0f1c16476487ad3ddc72ea">Value</a>;</div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e"> 66</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a> = KeyHash;</div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a"> 67</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a> = KeyEq;</div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a0d18331f3bff29c534d45071334b0d4a"> 68</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a0d18331f3bff29c534d45071334b0d4a">value_type</a> = std::pair&lt;const key_type, mapped_type&gt;;</div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08"> 69</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a> = Alloc;</div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#aec07e0ee98729a19bc41fe09e433f5d0"> 70</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#aec07e0ee98729a19bc41fe09e433f5d0">difference_type</a> = ptrdiff_t;</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <span class="keyword">private</span>:</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; <span class="keyword">using</span> ListType = std::list&lt;value_type, Alloc&gt;;</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; <span class="keyword">template</span> &lt;<span class="keyword">class</span> Fn&gt;</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; <span class="keyword">class </span>Wrapped {</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> K&gt;</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> K&amp; ToKey(<span class="keyword">const</span> K&amp; k) {</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <span class="keywordflow">return</span> k;</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; }</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acf4be953c7037c26797d1e8784b3074d">key_type</a>&amp; ToKey(<span class="keyword">typename</span> ListType::const_iterator it) {</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; <span class="keywordflow">return</span> it-&gt;first;</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; }</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acf4be953c7037c26797d1e8784b3074d">key_type</a>&amp; ToKey(<span class="keyword">typename</span> ListType::iterator it) {</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <span class="keywordflow">return</span> it-&gt;first;</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; }</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;</div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; Fn fn_;</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <span class="keyword">friend</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a8af1fdb1d90e2c299f140c70e6093285">linked_hash_map</a>;</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; <span class="keyword">public</span>:</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; <span class="keyword">using</span> is_transparent = void;</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160;</div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; Wrapped() = <span class="keywordflow">default</span>;</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; <span class="keyword">explicit</span> Wrapped(Fn fn) : fn_(std::move(fn)) {}</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span>... Args&gt;</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; <span class="keyword">auto</span> operator()(Args&amp;&amp;... args) <span class="keyword">const</span></div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; -&gt; decltype(this-&gt;fn_(ToKey(args)...)) {</div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; <span class="keywordflow">return</span> fn_(ToKey(args)...);</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; }</div><div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; };</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; <span class="keyword">using</span> SetType =</div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; absl::flat_hash_set&lt;typename ListType::iterator, Wrapped&lt;hasher&gt;,</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; Wrapped&lt;key_equal&gt;, Alloc&gt;;</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;</div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; <span class="keyword">class </span>NodeHandle {</div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; <span class="keyword">public</span>:</div><div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acf4be953c7037c26797d1e8784b3074d">key_type</a> = <a class="code" href="classgtl_1_1linked__hash__map.html#acf4be953c7037c26797d1e8784b3074d">linked_hash_map::key_type</a>;</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a466b1d88941d720ef345c7ad8ccb093e">mapped_type</a> = <a class="code" href="classgtl_1_1linked__hash__map.html#a466b1d88941d720ef345c7ad8ccb093e">linked_hash_map::mapped_type</a>;</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a> = <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">linked_hash_map::allocator_type</a>;</div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160;</div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; constexpr NodeHandle() noexcept = default;</div><div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; NodeHandle(NodeHandle&amp;&amp; nh) noexcept = default;</div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; ~NodeHandle() = default;</div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; NodeHandle&amp; operator=(NodeHandle&amp;&amp; node) noexcept = default;</div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a644718bb2fb240de962dc3c9a1fdf0dc">empty</a>() const noexcept { <span class="keywordflow">return</span> list_.empty(); }</div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; <span class="keyword">explicit</span> <span class="keyword">operator</span> bool() const noexcept { <span class="keywordflow">return</span> !<a class="code" href="classgtl_1_1linked__hash__map.html#a644718bb2fb240de962dc3c9a1fdf0dc">empty</a>(); }</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a6e99c6263568d88f95ca01dc694f1051">get_allocator</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> list_.get_allocator(); }</div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acf4be953c7037c26797d1e8784b3074d">key_type</a>&amp; key()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> list_.front().first; }</div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a466b1d88941d720ef345c7ad8ccb093e">mapped_type</a>&amp; mapped() { <span class="keywordflow">return</span> list_.front().second; }</div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classgtl_1_1linked__hash__map.html#ae3c4f30d4f295f6a5e123a8cdef0e7b9">swap</a>(NodeHandle&amp; nh) noexcept { list_.swap(nh.list_); }</div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160;</div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; <span class="keyword">private</span>:</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; <span class="keyword">friend</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a8af1fdb1d90e2c299f140c70e6093285">linked_hash_map</a>;</div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160;</div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; <span class="keyword">explicit</span> NodeHandle(ListType list) : list_(std::move(list)) {}</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; ListType list_;</div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; };</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160;</div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> Iterator, <span class="keyword">class</span> NodeType&gt;</div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; <span class="keyword">struct </span>InsertReturnType {</div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; Iterator position;</div><div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; <span class="keywordtype">bool</span> inserted;</div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; NodeType node;</div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; };</div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160;</div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; <span class="keyword">public</span>:</div><div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a"> 140</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> = <span class="keyword">typename</span> ListType::iterator;</div><div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a"> 141</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a> = <span class="keyword">typename</span> ListType::const_iterator;</div><div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#ad2ceaff0a8d1d061afc9669e00f1a077"> 142</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#ad2ceaff0a8d1d061afc9669e00f1a077">reverse_iterator</a> = <span class="keyword">typename</span> ListType::reverse_iterator;</div><div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a3666eb124cc0573b4d5912fc5ea10860"> 143</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a3666eb124cc0573b4d5912fc5ea10860">const_reverse_iterator</a> = <span class="keyword">typename</span> ListType::const_reverse_iterator;</div><div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#aa8942c91365801390e909aed91184c8f"> 144</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#aa8942c91365801390e909aed91184c8f">reference</a> = <span class="keyword">typename</span> ListType::reference;</div><div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a9d3a4c5eb8267f1d4dc9f4a69529ade2"> 145</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a9d3a4c5eb8267f1d4dc9f4a69529ade2">const_reference</a> = <span class="keyword">typename</span> ListType::const_reference;</div><div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a4f27f5d2a7130fa1faf982d4882b7e69"> 146</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a4f27f5d2a7130fa1faf982d4882b7e69">size_type</a> = <span class="keyword">typename</span> ListType::size_type;</div><div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a1e2c3fce980b34a87b95f41000e849cc"> 147</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a1e2c3fce980b34a87b95f41000e849cc">pointer</a> = <span class="keyword">typename</span> std::allocator_traits&lt;allocator_type&gt;::pointer;</div><div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a4c63dc62d030308ff89f0327e752c5e2">const_pointer</a> =</div><div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a4c63dc62d030308ff89f0327e752c5e2"> 149</a></span>&#160; <span class="keyword">typename</span> std::allocator_traits&lt;allocator_type&gt;::const_pointer;</div><div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#ad48d3ae3a65b7bb30522cb85bf538272"> 150</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#ad48d3ae3a65b7bb30522cb85bf538272">node_type</a> = NodeHandle;</div><div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a51f859f0b39a1f8e2687db91110e9845"> 151</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a51f859f0b39a1f8e2687db91110e9845">insert_return_type</a> = InsertReturnType&lt;iterator, node_type&gt;;</div><div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160;</div><div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a8af1fdb1d90e2c299f140c70e6093285"> 153</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a8af1fdb1d90e2c299f140c70e6093285">linked_hash_map</a>() {}</div><div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160;</div><div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#ad955afa8e6837eb5f73ca8a6ecad0913"> 155</a></span>&#160; <span class="keyword">explicit</span> <a class="code" href="classgtl_1_1linked__hash__map.html#ad955afa8e6837eb5f73ca8a6ecad0913">linked_hash_map</a>(<span class="keywordtype">size_t</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>, <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a>&amp; <a class="code" href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a> = <a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a>(),</div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a>&amp; eq = <a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a>(),</div><div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160; <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a>&amp; alloc = <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a>())</div><div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160; : set_(<a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>, Wrapped&lt;<a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a>&gt;(<a class="code" href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a>), Wrapped&lt;<a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a>&gt;(eq),</div><div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160; alloc),</div><div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; list_(alloc) {}</div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160;</div><div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#ab0585cde6aca936fb903a29b692ee4dc"> 162</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#ab0585cde6aca936fb903a29b692ee4dc">linked_hash_map</a>(<span class="keywordtype">size_t</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>, <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a>&amp; <a class="code" href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a>,</div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160; <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a>&amp; alloc)</div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; : <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>, <a class="code" href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a>, <a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a>(), alloc) {}</div><div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160;</div><div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#ad20171f69ff66ffddb937435934b4f1a"> 166</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#ad20171f69ff66ffddb937435934b4f1a">linked_hash_map</a>(<span class="keywordtype">size_t</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>, <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a>&amp; alloc)</div><div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160; : <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>, <a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a>(), <a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a>(), alloc) {}</div><div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160;</div><div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a84d64f4234b9574a20c334eb00ed261a"> 169</a></span>&#160; <span class="keyword">explicit</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a84d64f4234b9574a20c334eb00ed261a">linked_hash_map</a>(<span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a>&amp; alloc)</div><div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160; : <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>(0, <a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a>(), <a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a>(), alloc) {}</div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160;</div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> InputIt&gt;</div><div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a6e3bf86c5524880665c995d6aaac6129"> 173</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a6e3bf86c5524880665c995d6aaac6129">linked_hash_map</a>(InputIt first, InputIt last, <span class="keywordtype">size_t</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a> = 0,</div><div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160; <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a>&amp; <a class="code" href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a> = <a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a>(),</div><div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160; <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a>&amp; eq = <a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a>(),</div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160; <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a>&amp; alloc = <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a>())</div><div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160; : <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>, <a class="code" href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a>, eq, alloc) {</div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#acbd59ce2377d82e710cb824dd8df59d4">insert</a>(first, last);</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;</div><div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> InputIt&gt;</div><div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a53f08db35f2ba4c67ecaf5669f51872b"> 182</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a53f08db35f2ba4c67ecaf5669f51872b">linked_hash_map</a>(InputIt first, InputIt last, <span class="keywordtype">size_t</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>,</div><div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160; <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a>&amp; <a class="code" href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a>, <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a>&amp; alloc)</div><div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160; : <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>(first, last, <a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>, <a class="code" href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a>, <a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a>(), alloc) {}</div><div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160;</div><div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> InputIt&gt;</div><div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a0b562411c04bc9d80a0f4cd13e504a5b"> 187</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a0b562411c04bc9d80a0f4cd13e504a5b">linked_hash_map</a>(InputIt first, InputIt last, <span class="keywordtype">size_t</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>,</div><div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160; <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a>&amp; alloc)</div><div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; : <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>(first, last, <a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>, <a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a>(), <a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a>(),</div><div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160; alloc) {}</div><div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160;</div><div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> InputIt&gt;</div><div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#adb249573b387273ea7fd9127ff1d9417"> 193</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#adb249573b387273ea7fd9127ff1d9417">linked_hash_map</a>(InputIt first, InputIt last, <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a>&amp; alloc)</div><div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160; : <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>(first, last, <span class="comment">/*bucket_count=*/</span>0, <a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a>(), <a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a>(),</div><div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160; alloc) {}</div><div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160;</div><div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a2762dd06419c0e07358cc1127cc21d12"> 197</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a2762dd06419c0e07358cc1127cc21d12">linked_hash_map</a>(std::initializer_list&lt;value_type&gt; init,</div><div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160; <span class="keywordtype">size_t</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a> = 0, <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a>&amp; <a class="code" href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a> = <a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a>(),</div><div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160; <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a>&amp; eq = <a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a>(),</div><div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160; <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a>&amp; alloc = <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a>())</div><div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160; : <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>(init.<a class="code" href="classgtl_1_1linked__hash__map.html#ad69bd11391be1a1dba5c8202259664f8">begin</a>(), init.<a class="code" href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">end</a>(), <a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>, <a class="code" href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a>, eq,</div><div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160; alloc) {}</div><div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160;</div><div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a9ace1b23e3622082a1081486422a0a6e"> 204</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a9ace1b23e3622082a1081486422a0a6e">linked_hash_map</a>(std::initializer_list&lt;value_type&gt; init, <span class="keywordtype">size_t</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>,</div><div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160; <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a>&amp; <a class="code" href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a>, <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a>&amp; alloc)</div><div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160; : <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>(init, <a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>, <a class="code" href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a>, <a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a>(), alloc) {}</div><div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160;</div><div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#acefbc935629c3a5cd8ed5e952d87be02"> 208</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#acefbc935629c3a5cd8ed5e952d87be02">linked_hash_map</a>(std::initializer_list&lt;value_type&gt; init, <span class="keywordtype">size_t</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>,</div><div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160; <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a>&amp; alloc)</div><div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160; : <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>(init, <a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>, <a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a>(), <a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a>(), alloc) {}</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"><a class="line" href="classgtl_1_1linked__hash__map.html#a36da59b5a90fc1ea76d016f59abb4925"> 212</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a36da59b5a90fc1ea76d016f59abb4925">linked_hash_map</a>(std::initializer_list&lt;value_type&gt; init,</div><div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160; <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a>&amp; alloc)</div><div class="line"><a name="l00214"></a><span class="lineno"> 214</span>&#160; : <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>(init, <span class="comment">/*bucket_count=*/</span>0, <a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a>(), <a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a>(),</div><div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160; alloc) {}</div><div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160;</div><div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a0895e17a13593c9848fc099ebe82513b"> 217</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a0895e17a13593c9848fc099ebe82513b">linked_hash_map</a>(<span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>&amp; other)</div><div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160; : <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>(other.<a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>(), other.<a class="code" href="classgtl_1_1linked__hash__map.html#a72ffe2880da1c06d22d90000f9720967">hash_function</a>(),</div><div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160; other.<a class="code" href="classgtl_1_1linked__hash__map.html#a10b2be386447b0ab61e83d0f5527b688">key_eq</a>(), other.<a class="code" href="classgtl_1_1linked__hash__map.html#a6e99c6263568d88f95ca01dc694f1051">get_allocator</a>()) {</div><div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160; CopyFrom(other);</div><div class="line"><a name="l00221"></a><span class="lineno"> 221</span>&#160; }</div><div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160;</div><div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a871e02d39c91b7be123ee78697a079bd"> 223</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a871e02d39c91b7be123ee78697a079bd">linked_hash_map</a>(<span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>&amp; other, <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a>&amp; alloc)</div><div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160; : <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>(other.<a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>(), other.<a class="code" href="classgtl_1_1linked__hash__map.html#a72ffe2880da1c06d22d90000f9720967">hash_function</a>(),</div><div class="line"><a name="l00225"></a><span class="lineno"> 225</span>&#160; other.<a class="code" href="classgtl_1_1linked__hash__map.html#a10b2be386447b0ab61e83d0f5527b688">key_eq</a>(), alloc) {</div><div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160; CopyFrom(other);</div><div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160; }</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="classgtl_1_1linked__hash__map.html#a163beaeb647903e9256863d557d709d3"> 229</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a163beaeb647903e9256863d557d709d3">linked_hash_map</a>(<a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>&amp;&amp; other) noexcept</div><div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160; : set_(std::move(other.set_)), list_(std::move(other.list_)) {</div><div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160; <span class="comment">// Since the list and set must agree for other to end up &quot;valid&quot;,</span></div><div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160; <span class="comment">// explicitly clear them.</span></div><div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160; other.set_.clear();</div><div class="line"><a name="l00234"></a><span class="lineno"> 234</span>&#160; other.list_.clear();</div><div class="line"><a name="l00235"></a><span class="lineno"> 235</span>&#160; }</div><div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160;</div><div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a4876f6518c59e9da349effeeb99e51b4"> 237</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a4876f6518c59e9da349effeeb99e51b4">linked_hash_map</a>(<a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>&amp;&amp; other, <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a>&amp; alloc)</div><div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160; : <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>(0, other.<a class="code" href="classgtl_1_1linked__hash__map.html#a72ffe2880da1c06d22d90000f9720967">hash_function</a>(), other.<a class="code" href="classgtl_1_1linked__hash__map.html#a10b2be386447b0ab61e83d0f5527b688">key_eq</a>(), alloc) {</div><div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classgtl_1_1linked__hash__map.html#a6e99c6263568d88f95ca01dc694f1051">get_allocator</a>() == other.get_allocator()) {</div><div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160; *<span class="keyword">this</span> = std::move(other);</div><div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160; } <span class="keywordflow">else</span> {</div><div class="line"><a name="l00242"></a><span class="lineno"> 242</span>&#160; CopyFrom(std::move(other));</div><div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160; }</div><div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160; }</div><div class="line"><a name="l00245"></a><span class="lineno"> 245</span>&#160;</div><div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#abca4b8fe60cef540546ea7fd8c83f055"> 246</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>&amp; <a class="code" href="classgtl_1_1linked__hash__map.html#abca4b8fe60cef540546ea7fd8c83f055">operator=</a>(<span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>&amp; other) {</div><div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160; <span class="keywordflow">if</span> (<span class="keyword">this</span> == &amp;other) <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div><div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160; <span class="comment">// Make a new set, with other&#39;s hash/eq/alloc.</span></div><div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160; set_ = SetType(other.<a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>(), other.set_.hash_function(),</div><div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160; other.set_.key_eq(), other.<a class="code" href="classgtl_1_1linked__hash__map.html#a6e99c6263568d88f95ca01dc694f1051">get_allocator</a>());</div><div class="line"><a name="l00251"></a><span class="lineno"> 251</span>&#160; <span class="comment">// Copy the list, with other&#39;s allocator.</span></div><div class="line"><a name="l00252"></a><span class="lineno"> 252</span>&#160; list_ = ListType(other.<a class="code" href="classgtl_1_1linked__hash__map.html#a6e99c6263568d88f95ca01dc694f1051">get_allocator</a>());</div><div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160; CopyFrom(other);</div><div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div><div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160; }</div><div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160;</div><div class="line"><a name="l00257"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a984cadbf12919846bf27cecf3653d523"> 257</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>&amp; <a class="code" href="classgtl_1_1linked__hash__map.html#a984cadbf12919846bf27cecf3653d523">operator=</a>(<a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>&amp;&amp; other) noexcept {</div><div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160; <span class="comment">// underlying containers will handle progagate_on_container_move details</span></div><div class="line"><a name="l00259"></a><span class="lineno"> 259</span>&#160; set_ = std::move(other.set_);</div><div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160; list_ = std::move(other.list_);</div><div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160; other.set_.clear();</div><div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160; other.list_.clear();</div><div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div><div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160; }</div><div class="line"><a name="l00265"></a><span class="lineno"> 265</span>&#160;</div><div class="line"><a name="l00266"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a694b202adf46456f9771397029a05d93"> 266</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>&amp; <a class="code" href="classgtl_1_1linked__hash__map.html#a694b202adf46456f9771397029a05d93">operator=</a>(std::initializer_list&lt;value_type&gt; values) {</div><div class="line"><a name="l00267"></a><span class="lineno"> 267</span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a9ff5e90d48a6abe36273b769d5798dd3">clear</a>();</div><div class="line"><a name="l00268"></a><span class="lineno"> 268</span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#acbd59ce2377d82e710cb824dd8df59d4">insert</a>(values.begin(), values.end());</div><div class="line"><a name="l00269"></a><span class="lineno"> 269</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div><div class="line"><a name="l00270"></a><span class="lineno"> 270</span>&#160; }</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; <span class="comment">// Derive size_ from set_, as list::size might be O(N).</span></div><div class="line"><a name="l00273"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a60304b65bf89363bcc3165d3cde67f86"> 273</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a4f27f5d2a7130fa1faf982d4882b7e69">size_type</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a60304b65bf89363bcc3165d3cde67f86">size</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> set_.size(); }</div><div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#ac2a85e463df4e95c1bf051cfb8237805"> 274</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a4f27f5d2a7130fa1faf982d4882b7e69">size_type</a> <a class="code" href="classgtl_1_1linked__hash__map.html#ac2a85e463df4e95c1bf051cfb8237805">max_size</a>() const noexcept { <span class="keywordflow">return</span> ~<a class="code" href="classgtl_1_1linked__hash__map.html#a4f27f5d2a7130fa1faf982d4882b7e69">size_type</a>{}; }</div><div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a644718bb2fb240de962dc3c9a1fdf0dc"> 275</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a644718bb2fb240de962dc3c9a1fdf0dc">empty</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> set_.empty(); }</div><div class="line"><a name="l00276"></a><span class="lineno"> 276</span>&#160;</div><div class="line"><a name="l00277"></a><span class="lineno"> 277</span>&#160; <span class="comment">// Iteration is list-like, in insertion order.</span></div><div class="line"><a name="l00278"></a><span class="lineno"> 278</span>&#160; <span class="comment">// These are all forwarded.</span></div><div class="line"><a name="l00279"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#ad69bd11391be1a1dba5c8202259664f8"> 279</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#ad69bd11391be1a1dba5c8202259664f8">begin</a>() { <span class="keywordflow">return</span> list_.begin(); }</div><div class="line"><a name="l00280"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f"> 280</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">end</a>() { <span class="keywordflow">return</span> list_.end(); }</div><div class="line"><a name="l00281"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a29305669b60ca1680752e2fc3592ba99"> 281</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a29305669b60ca1680752e2fc3592ba99">begin</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> list_.begin(); }</div><div class="line"><a name="l00282"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#accf9a4bd0c34d4a5f6a7dab66ea10cdc"> 282</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#accf9a4bd0c34d4a5f6a7dab66ea10cdc">end</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> list_.end(); }</div><div class="line"><a name="l00283"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a39112ae08f6ffc7ee58c6aa79772e094"> 283</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a39112ae08f6ffc7ee58c6aa79772e094">cbegin</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> list_.cbegin(); }</div><div class="line"><a name="l00284"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a93791e61ab486b4022c389d634b4facc"> 284</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a93791e61ab486b4022c389d634b4facc">cend</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> list_.cend(); }</div><div class="line"><a name="l00285"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#acea44ed500a54b2bb93e16b86e81afa8"> 285</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#ad2ceaff0a8d1d061afc9669e00f1a077">reverse_iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#acea44ed500a54b2bb93e16b86e81afa8">rbegin</a>() { <span class="keywordflow">return</span> list_.rbegin(); }</div><div class="line"><a name="l00286"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a68c599ddcbfddc65170de524ac165e44"> 286</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#ad2ceaff0a8d1d061afc9669e00f1a077">reverse_iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a68c599ddcbfddc65170de524ac165e44">rend</a>() { <span class="keywordflow">return</span> list_.rend(); }</div><div class="line"><a name="l00287"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#af086cceac199bd735c7a97c2a8d7ed21"> 287</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a3666eb124cc0573b4d5912fc5ea10860">const_reverse_iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#af086cceac199bd735c7a97c2a8d7ed21">rbegin</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> list_.rbegin(); }</div><div class="line"><a name="l00288"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a07da1fdc890b6949f1a20a1961c6fc44"> 288</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a3666eb124cc0573b4d5912fc5ea10860">const_reverse_iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a07da1fdc890b6949f1a20a1961c6fc44">rend</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> list_.rend(); }</div><div class="line"><a name="l00289"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a81f80a31923e85af56a7b1ae0712a33b"> 289</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a3666eb124cc0573b4d5912fc5ea10860">const_reverse_iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a81f80a31923e85af56a7b1ae0712a33b">crbegin</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> list_.crbegin(); }</div><div class="line"><a name="l00290"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#abef9dfc7607c7e1a3854788ba56a4f34"> 290</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a3666eb124cc0573b4d5912fc5ea10860">const_reverse_iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#abef9dfc7607c7e1a3854788ba56a4f34">crend</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> list_.crend(); }</div><div class="line"><a name="l00291"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a6a48363b4355f6f5b441637774f79a59"> 291</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#aa8942c91365801390e909aed91184c8f">reference</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a6a48363b4355f6f5b441637774f79a59">front</a>() { <span class="keywordflow">return</span> list_.front(); }</div><div class="line"><a name="l00292"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#af71e6c1eccbc12e9339c00a86a981a43"> 292</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#aa8942c91365801390e909aed91184c8f">reference</a> <a class="code" href="classgtl_1_1linked__hash__map.html#af71e6c1eccbc12e9339c00a86a981a43">back</a>() { <span class="keywordflow">return</span> list_.back(); }</div><div class="line"><a name="l00293"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a0ae6b4f9719202f7ddb334c16fb03d80"> 293</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a9d3a4c5eb8267f1d4dc9f4a69529ade2">const_reference</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a0ae6b4f9719202f7ddb334c16fb03d80">front</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> list_.front(); }</div><div class="line"><a name="l00294"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a61772c77ad2abfbb296912e7281e154c"> 294</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a9d3a4c5eb8267f1d4dc9f4a69529ade2">const_reference</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a61772c77ad2abfbb296912e7281e154c">back</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> list_.back(); }</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="classgtl_1_1linked__hash__map.html#a56f4ffbc6fd414b3c02a6c368e99594f"> 296</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a56f4ffbc6fd414b3c02a6c368e99594f">pop_front</a>() { <a class="code" href="classgtl_1_1linked__hash__map.html#a88ef02f036fd0de2acebe7fdc11f9218">erase</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#ad69bd11391be1a1dba5c8202259664f8">begin</a>()); }</div><div class="line"><a name="l00297"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a058bda4957df6a97b1ea6c9fd783f672"> 297</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a058bda4957df6a97b1ea6c9fd783f672">pop_back</a>() { <a class="code" href="classgtl_1_1linked__hash__map.html#a88ef02f036fd0de2acebe7fdc11f9218">erase</a>(std::prev(<a class="code" href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">end</a>())); }</div><div class="line"><a name="l00298"></a><span class="lineno"> 298</span>&#160;</div><div class="line"><a name="l00299"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a9ff5e90d48a6abe36273b769d5798dd3"> 299</a></span>&#160; ABSL_ATTRIBUTE_REINITIALIZES <span class="keywordtype">void</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a9ff5e90d48a6abe36273b769d5798dd3">clear</a>() {</div><div class="line"><a name="l00300"></a><span class="lineno"> 300</span>&#160; set_.clear();</div><div class="line"><a name="l00301"></a><span class="lineno"> 301</span>&#160; list_.clear();</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="classgtl_1_1linked__hash__map.html#af45d30f307f301b9d43fcdf52897bbce"> 304</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classgtl_1_1linked__hash__map.html#af45d30f307f301b9d43fcdf52897bbce">reserve</a>(<span class="keywordtype">size_t</span> n) { set_.reserve(n); }</div><div class="line"><a name="l00305"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a7223528283cd4e5872e0cc716bf9bd9d"> 305</a></span>&#160; <span class="keywordtype">size_t</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a7223528283cd4e5872e0cc716bf9bd9d">capacity</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> set_.capacity(); }</div><div class="line"><a name="l00306"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69"> 306</a></span>&#160; <span class="keywordtype">size_t</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">bucket_count</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> set_.bucket_count(); }</div><div class="line"><a name="l00307"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a627db9dbe713266cb53c24cc5332d817"> 307</a></span>&#160; <span class="keywordtype">float</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a627db9dbe713266cb53c24cc5332d817">load_factor</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> set_.load_factor(); }</div><div class="line"><a name="l00308"></a><span class="lineno"> 308</span>&#160;</div><div class="line"><a name="l00309"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a72ffe2880da1c06d22d90000f9720967"> 309</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">hasher</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a72ffe2880da1c06d22d90000f9720967">hash_function</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> set_.hash_function().fn_; }</div><div class="line"><a name="l00310"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a10b2be386447b0ab61e83d0f5527b688"> 310</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">key_equal</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a10b2be386447b0ab61e83d0f5527b688">key_eq</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> set_.key_eq().fn_; }</div><div class="line"><a name="l00311"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a6e99c6263568d88f95ca01dc694f1051"> 311</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">allocator_type</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a6e99c6263568d88f95ca01dc694f1051">get_allocator</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> list_.get_allocator(); }</div><div class="line"><a name="l00312"></a><span class="lineno"> 312</span>&#160;</div><div class="line"><a name="l00313"></a><span class="lineno"> 313</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K = key_type&gt;</div><div class="line"><a name="l00314"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a88ef02f036fd0de2acebe7fdc11f9218"> 314</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a4f27f5d2a7130fa1faf982d4882b7e69">size_type</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a88ef02f036fd0de2acebe7fdc11f9218">erase</a>(<span class="keyword">const</span> key_arg&lt;K&gt;&amp; key) {</div><div class="line"><a name="l00315"></a><span class="lineno"> 315</span>&#160; <span class="keyword">auto</span> found = set_.find(key);</div><div class="line"><a name="l00316"></a><span class="lineno"> 316</span>&#160; <span class="keywordflow">if</span> (found == set_.end()) <span class="keywordflow">return</span> 0;</div><div class="line"><a name="l00317"></a><span class="lineno"> 317</span>&#160; <span class="keyword">auto</span> list_it = *found;</div><div class="line"><a name="l00318"></a><span class="lineno"> 318</span>&#160; <span class="comment">// Erase set entry first since it refers to the list element.</span></div><div class="line"><a name="l00319"></a><span class="lineno"> 319</span>&#160; set_.erase(found);</div><div class="line"><a name="l00320"></a><span class="lineno"> 320</span>&#160; list_.erase(list_it);</div><div class="line"><a name="l00321"></a><span class="lineno"> 321</span>&#160; <span class="keywordflow">return</span> 1;</div><div class="line"><a name="l00322"></a><span class="lineno"> 322</span>&#160; }</div><div class="line"><a name="l00323"></a><span class="lineno"> 323</span>&#160;</div><div class="line"><a name="l00324"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a1599afff263aee5545ca01e80f3176fd"> 324</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a1599afff263aee5545ca01e80f3176fd">erase</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a> position) {</div><div class="line"><a name="l00325"></a><span class="lineno"> 325</span>&#160; <span class="keyword">auto</span> found = set_.find(position);</div><div class="line"><a name="l00326"></a><span class="lineno"> 326</span>&#160; <a class="code" href="base_2logging_8h.html#a3e1cfef60e774a81f30eaddf26a3a274">CHECK</a>(*found == position) &lt;&lt; <span class="stringliteral">&quot;Inconsistent iterator for set and list, &quot;</span></div><div class="line"><a name="l00327"></a><span class="lineno"> 327</span>&#160; <span class="stringliteral">&quot;or the iterator is invalid.&quot;</span>;</div><div class="line"><a name="l00328"></a><span class="lineno"> 328</span>&#160; set_.erase(found);</div><div class="line"><a name="l00329"></a><span class="lineno"> 329</span>&#160; <span class="keywordflow">return</span> list_.erase(position);</div><div class="line"><a name="l00330"></a><span class="lineno"> 330</span>&#160; }</div><div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160;</div><div class="line"><a name="l00332"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a79cd0cca3689d77130b12e1a28cf8269"> 332</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a79cd0cca3689d77130b12e1a28cf8269">erase</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> position) {</div><div class="line"><a name="l00333"></a><span class="lineno"> 333</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a88ef02f036fd0de2acebe7fdc11f9218">erase</a>(static_cast&lt;const_iterator&gt;(position));</div><div class="line"><a name="l00334"></a><span class="lineno"> 334</span>&#160; }</div><div class="line"><a name="l00335"></a><span class="lineno"> 335</span>&#160;</div><div class="line"><a name="l00336"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#af946e03747ceb9b679b70b040c424e69"> 336</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#af946e03747ceb9b679b70b040c424e69">erase</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> first, <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> last) {</div><div class="line"><a name="l00337"></a><span class="lineno"> 337</span>&#160; <span class="keywordflow">while</span> (first != last) first = <a class="code" href="classgtl_1_1linked__hash__map.html#a88ef02f036fd0de2acebe7fdc11f9218">erase</a>(first);</div><div class="line"><a name="l00338"></a><span class="lineno"> 338</span>&#160; <span class="keywordflow">return</span> first;</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"> 340</span>&#160;</div><div class="line"><a name="l00341"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#aa3af768723cd533218ea3d83af440713"> 341</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#aa3af768723cd533218ea3d83af440713">erase</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a> first, <a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a> last) {</div><div class="line"><a name="l00342"></a><span class="lineno"> 342</span>&#160; <span class="keywordflow">while</span> (first != last) first = <a class="code" href="classgtl_1_1linked__hash__map.html#a88ef02f036fd0de2acebe7fdc11f9218">erase</a>(first);</div><div class="line"><a name="l00343"></a><span class="lineno"> 343</span>&#160; <span class="keywordflow">if</span> (first == <a class="code" href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">end</a>()) <span class="keywordflow">return</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">end</a>();</div><div class="line"><a name="l00344"></a><span class="lineno"> 344</span>&#160; <span class="keywordflow">return</span> *set_.find(first);</div><div class="line"><a name="l00345"></a><span class="lineno"> 345</span>&#160; }</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"> 347</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K = key_type&gt;</div><div class="line"><a name="l00348"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a7cf08543f2be71ec28f0403a2d090f01"> 348</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a7cf08543f2be71ec28f0403a2d090f01">find</a>(<span class="keyword">const</span> key_arg&lt;K&gt;&amp; key) {</div><div class="line"><a name="l00349"></a><span class="lineno"> 349</span>&#160; <span class="keyword">auto</span> found = set_.find(key);</div><div class="line"><a name="l00350"></a><span class="lineno"> 350</span>&#160; <span class="keywordflow">if</span> (found == set_.end()) <span class="keywordflow">return</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">end</a>();</div><div class="line"><a name="l00351"></a><span class="lineno"> 351</span>&#160; <span class="keywordflow">return</span> *found;</div><div class="line"><a name="l00352"></a><span class="lineno"> 352</span>&#160; }</div><div class="line"><a name="l00353"></a><span class="lineno"> 353</span>&#160;</div><div class="line"><a name="l00354"></a><span class="lineno"> 354</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K = key_type&gt;</div><div class="line"><a name="l00355"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#aa11d6fa3521b4075a83c4b08c728a720"> 355</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#aa11d6fa3521b4075a83c4b08c728a720">find</a>(<span class="keyword">const</span> key_arg&lt;K&gt;&amp; key)<span class="keyword"> const </span>{</div><div class="line"><a name="l00356"></a><span class="lineno"> 356</span>&#160; <span class="keyword">auto</span> found = set_.find(key);</div><div class="line"><a name="l00357"></a><span class="lineno"> 357</span>&#160; <span class="keywordflow">if</span> (found == set_.end()) <span class="keywordflow">return</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">end</a>();</div><div class="line"><a name="l00358"></a><span class="lineno"> 358</span>&#160; <span class="keywordflow">return</span> *found;</div><div class="line"><a name="l00359"></a><span class="lineno"> 359</span>&#160; }</div><div class="line"><a name="l00360"></a><span class="lineno"> 360</span>&#160;</div><div class="line"><a name="l00361"></a><span class="lineno"> 361</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K = key_type&gt;</div><div class="line"><a name="l00362"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#af7b4ac88e5c8d30aaab2518629c5064d"> 362</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a4f27f5d2a7130fa1faf982d4882b7e69">size_type</a> <a class="code" href="classgtl_1_1linked__hash__map.html#af7b4ac88e5c8d30aaab2518629c5064d">count</a>(<span class="keyword">const</span> key_arg&lt;K&gt;&amp; key)<span class="keyword"> const </span>{</div><div class="line"><a name="l00363"></a><span class="lineno"> 363</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a1860aaaacecc9d6b40f994b928190e66">contains</a>(key) ? 1 : 0;</div><div class="line"><a name="l00364"></a><span class="lineno"> 364</span>&#160; }</div><div class="line"><a name="l00365"></a><span class="lineno"> 365</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K = key_type&gt;</div><div class="line"><a name="l00366"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a1860aaaacecc9d6b40f994b928190e66"> 366</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a1860aaaacecc9d6b40f994b928190e66">contains</a>(<span class="keyword">const</span> key_arg&lt;K&gt;&amp; key)<span class="keyword"> const </span>{</div><div class="line"><a name="l00367"></a><span class="lineno"> 367</span>&#160; <span class="keywordflow">return</span> set_.contains(key);</div><div class="line"><a name="l00368"></a><span class="lineno"> 368</span>&#160; }</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; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K = key_type&gt;</div><div class="line"><a name="l00371"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#ae808caa4f950111fd95d2d61441bad93"> 371</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a466b1d88941d720ef345c7ad8ccb093e">mapped_type</a>&amp; <a class="code" href="classgtl_1_1linked__hash__map.html#ae808caa4f950111fd95d2d61441bad93">at</a>(<span class="keyword">const</span> key_arg&lt;K&gt;&amp; key) {</div><div class="line"><a name="l00372"></a><span class="lineno"> 372</span>&#160; <span class="keyword">auto</span> it = <a class="code" href="classgtl_1_1linked__hash__map.html#a7cf08543f2be71ec28f0403a2d090f01">find</a>(key);</div><div class="line"><a name="l00373"></a><span class="lineno"> 373</span>&#160; <span class="keywordflow">if</span> (ABSL_PREDICT_FALSE(it == <a class="code" href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">end</a>())) {</div><div class="line"><a name="l00374"></a><span class="lineno"> 374</span>&#160; <a class="code" href="base_2logging_8h.html#accad43a85d781d53381cd53a9894b6ae">LOG</a>(<a class="code" href="log__severity_8h.html#acdd38e3c9f22f127d7776920e3079eda">FATAL</a>) &lt;&lt; <span class="stringliteral">&quot;linked_hash_map::at failed bounds check&quot;</span>;</div><div class="line"><a name="l00375"></a><span class="lineno"> 375</span>&#160; }</div><div class="line"><a name="l00376"></a><span class="lineno"> 376</span>&#160; <span class="keywordflow">return</span> it-&gt;second;</div><div class="line"><a name="l00377"></a><span class="lineno"> 377</span>&#160; }</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">template</span> &lt;<span class="keyword">class</span> K = key_type&gt;</div><div class="line"><a name="l00380"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#ad994c1ce17d849d8bffd6f53d4c361c5"> 380</a></span>&#160; <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a466b1d88941d720ef345c7ad8ccb093e">mapped_type</a>&amp; <a class="code" href="classgtl_1_1linked__hash__map.html#ad994c1ce17d849d8bffd6f53d4c361c5">at</a>(<span class="keyword">const</span> key_arg&lt;K&gt;&amp; key)<span class="keyword"> const </span>{</div><div class="line"><a name="l00381"></a><span class="lineno"> 381</span>&#160; <span class="keywordflow">return</span> const_cast&lt;linked_hash_map*&gt;(<span class="keyword">this</span>)-&gt;at(key);</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;</div><div class="line"><a name="l00384"></a><span class="lineno"> 384</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K = key_type&gt;</div><div class="line"><a name="l00385"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#ad2b64b9935f68d6adf644009131a4f72"> 385</a></span>&#160; std::pair&lt;iterator, iterator&gt; <a class="code" href="classgtl_1_1linked__hash__map.html#ad2b64b9935f68d6adf644009131a4f72">equal_range</a>(<span class="keyword">const</span> key_arg&lt;K&gt;&amp; key) {</div><div class="line"><a name="l00386"></a><span class="lineno"> 386</span>&#160; <span class="keyword">auto</span> iter = set_.find(key);</div><div class="line"><a name="l00387"></a><span class="lineno"> 387</span>&#160; <span class="keywordflow">if</span> (iter == set_.end()) <span class="keywordflow">return</span> {<a class="code" href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">end</a>(), <a class="code" href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">end</a>()};</div><div class="line"><a name="l00388"></a><span class="lineno"> 388</span>&#160; <span class="keywordflow">return</span> {*iter, <a class="code" href="constraint__solver_8cc.html#a395f613555f398dd389670bb4c2a4599">std::next</a>(*iter)};</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; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K = key_type&gt;</div><div class="line"><a name="l00392"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a738dac52d510c61ef05e579f48e931f7"> 392</a></span>&#160; std::pair&lt;const_iterator, const_iterator&gt; <a class="code" href="classgtl_1_1linked__hash__map.html#a738dac52d510c61ef05e579f48e931f7">equal_range</a>(</div><div class="line"><a name="l00393"></a><span class="lineno"> 393</span>&#160; <span class="keyword">const</span> key_arg&lt;K&gt;&amp; key)<span class="keyword"> const </span>{</div><div class="line"><a name="l00394"></a><span class="lineno"> 394</span>&#160; <span class="keyword">auto</span> iter = set_.find(key);</div><div class="line"><a name="l00395"></a><span class="lineno"> 395</span>&#160; <span class="keywordflow">if</span> (iter == set_.end()) <span class="keywordflow">return</span> {<a class="code" href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">end</a>(), <a class="code" href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">end</a>()};</div><div class="line"><a name="l00396"></a><span class="lineno"> 396</span>&#160; <span class="keywordflow">return</span> {*iter, <a class="code" href="constraint__solver_8cc.html#a395f613555f398dd389670bb4c2a4599">std::next</a>(*iter)};</div><div class="line"><a name="l00397"></a><span class="lineno"> 397</span>&#160; }</div><div class="line"><a name="l00398"></a><span class="lineno"> 398</span>&#160;</div><div class="line"><a name="l00399"></a><span class="lineno"> 399</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K = key_type&gt;</div><div class="line"><a name="l00400"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#ae4ff2160851b9061dd651225c1e085a7"> 400</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a466b1d88941d720ef345c7ad8ccb093e">mapped_type</a>&amp; <a class="code" href="classgtl_1_1linked__hash__map.html#ae4ff2160851b9061dd651225c1e085a7">operator[]</a>(<span class="keyword">const</span> key_arg&lt;K&gt;&amp; key) {</div><div class="line"><a name="l00401"></a><span class="lineno"> 401</span>&#160; <span class="keywordflow">return</span> LazyEmplaceInternal(key).first-&gt;second;</div><div class="line"><a name="l00402"></a><span class="lineno"> 402</span>&#160; }</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; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K = key_type, K* = <span class="keywordtype">nullptr</span>&gt;</div><div class="line"><a name="l00405"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#afe5546a3b21257b6ab980720efef1eb5"> 405</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a466b1d88941d720ef345c7ad8ccb093e">mapped_type</a>&amp; <a class="code" href="classgtl_1_1linked__hash__map.html#afe5546a3b21257b6ab980720efef1eb5">operator[]</a>(key_arg&lt;K&gt;&amp;&amp; key) {</div><div class="line"><a name="l00406"></a><span class="lineno"> 406</span>&#160; <span class="comment">// K* = nullptr parameter above.</span></div><div class="line"><a name="l00407"></a><span class="lineno"> 407</span>&#160; <span class="keywordflow">return</span> LazyEmplaceInternal(std::forward&lt;K&gt;(key)).first-&gt;second;</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"> 409</span>&#160;</div><div class="line"><a name="l00410"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#acbd59ce2377d82e710cb824dd8df59d4"> 410</a></span>&#160; std::pair&lt;iterator, bool&gt; <a class="code" href="classgtl_1_1linked__hash__map.html#acbd59ce2377d82e710cb824dd8df59d4">insert</a>(<span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a0d18331f3bff29c534d45071334b0d4a">value_type</a>&amp; v) {</div><div class="line"><a name="l00411"></a><span class="lineno"> 411</span>&#160; <span class="keywordflow">return</span> InsertInternal(v);</div><div class="line"><a name="l00412"></a><span class="lineno"> 412</span>&#160; }</div><div class="line"><a name="l00413"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#ac1b5e98c3e56a2657c23dc7b8bd91fc0"> 413</a></span>&#160; std::pair&lt;iterator, bool&gt; <a class="code" href="classgtl_1_1linked__hash__map.html#ac1b5e98c3e56a2657c23dc7b8bd91fc0">insert</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a0d18331f3bff29c534d45071334b0d4a">value_type</a>&amp;&amp; v) { <span class="comment">// NOLINT(build/c++11)</span></div><div class="line"><a name="l00414"></a><span class="lineno"> 414</span>&#160; <span class="keywordflow">return</span> InsertInternal(std::move(v));</div><div class="line"><a name="l00415"></a><span class="lineno"> 415</span>&#160; }</div><div class="line"><a name="l00416"></a><span class="lineno"> 416</span>&#160;</div><div class="line"><a name="l00417"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#aabb6e7859010a79823c8591911fb8fe2"> 417</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#aabb6e7859010a79823c8591911fb8fe2">insert</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a>, <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a0d18331f3bff29c534d45071334b0d4a">value_type</a>&amp; v) {</div><div class="line"><a name="l00418"></a><span class="lineno"> 418</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acbd59ce2377d82e710cb824dd8df59d4">insert</a>(v).first;</div><div class="line"><a name="l00419"></a><span class="lineno"> 419</span>&#160; }</div><div class="line"><a name="l00420"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a12f3339aa55c0cc68d26c6c1c2410e30"> 420</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a12f3339aa55c0cc68d26c6c1c2410e30">insert</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a>, <a class="code" href="classgtl_1_1linked__hash__map.html#a0d18331f3bff29c534d45071334b0d4a">value_type</a>&amp;&amp; v) {</div><div class="line"><a name="l00421"></a><span class="lineno"> 421</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acbd59ce2377d82e710cb824dd8df59d4">insert</a>(std::move(v)).first;</div><div class="line"><a name="l00422"></a><span class="lineno"> 422</span>&#160; }</div><div class="line"><a name="l00423"></a><span class="lineno"> 423</span>&#160;</div><div class="line"><a name="l00424"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#acf6887e321581fe6a77912a5535af4cb"> 424</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acf6887e321581fe6a77912a5535af4cb">insert</a>(std::initializer_list&lt;value_type&gt; ilist) {</div><div class="line"><a name="l00425"></a><span class="lineno"> 425</span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#acbd59ce2377d82e710cb824dd8df59d4">insert</a>(ilist.begin(), ilist.end());</div><div class="line"><a name="l00426"></a><span class="lineno"> 426</span>&#160; }</div><div class="line"><a name="l00427"></a><span class="lineno"> 427</span>&#160;</div><div class="line"><a name="l00428"></a><span class="lineno"> 428</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> InputIt&gt;</div><div class="line"><a name="l00429"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a327bfe8ae1f7565885bce845f31eaca1"> 429</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a327bfe8ae1f7565885bce845f31eaca1">insert</a>(InputIt first, InputIt last) {</div><div class="line"><a name="l00430"></a><span class="lineno"> 430</span>&#160; <span class="keywordflow">for</span> (; first != last; ++first) <a class="code" href="classgtl_1_1linked__hash__map.html#acbd59ce2377d82e710cb824dd8df59d4">insert</a>(*first);</div><div class="line"><a name="l00431"></a><span class="lineno"> 431</span>&#160; }</div><div class="line"><a name="l00432"></a><span class="lineno"> 432</span>&#160;</div><div class="line"><a name="l00433"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a23a924435697eb93c6cb5b1b830e8492"> 433</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a51f859f0b39a1f8e2687db91110e9845">insert_return_type</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a23a924435697eb93c6cb5b1b830e8492">insert</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#ad48d3ae3a65b7bb30522cb85bf538272">node_type</a>&amp;&amp; node) {</div><div class="line"><a name="l00434"></a><span class="lineno"> 434</span>&#160; <span class="keywordflow">if</span> (!node) <span class="keywordflow">return</span> {<a class="code" href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">end</a>(), <span class="keyword">false</span>, <a class="code" href="classgtl_1_1linked__hash__map.html#ad48d3ae3a65b7bb30522cb85bf538272">node_type</a>()};</div><div class="line"><a name="l00435"></a><span class="lineno"> 435</span>&#160; <span class="keyword">auto</span> itr = <a class="code" href="classgtl_1_1linked__hash__map.html#a7cf08543f2be71ec28f0403a2d090f01">find</a>(node.key());</div><div class="line"><a name="l00436"></a><span class="lineno"> 436</span>&#160; <span class="keywordflow">if</span> (itr != <a class="code" href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">end</a>()) <span class="keywordflow">return</span> {itr, <span class="keyword">false</span>, std::move(node)};</div><div class="line"><a name="l00437"></a><span class="lineno"> 437</span>&#160; list_.splice(list_.end(), node.list_);</div><div class="line"><a name="l00438"></a><span class="lineno"> 438</span>&#160; set_.insert(--list_.end());</div><div class="line"><a name="l00439"></a><span class="lineno"> 439</span>&#160; <span class="keywordflow">return</span> {--list_.end(), <span class="keyword">true</span>, <a class="code" href="classgtl_1_1linked__hash__map.html#ad48d3ae3a65b7bb30522cb85bf538272">node_type</a>()};</div><div class="line"><a name="l00440"></a><span class="lineno"> 440</span>&#160; }</div><div class="line"><a name="l00441"></a><span class="lineno"> 441</span>&#160;</div><div class="line"><a name="l00442"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a7edb46fbaa1f38fbd4b357ae6d7ea32d"> 442</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a7edb46fbaa1f38fbd4b357ae6d7ea32d">insert</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a>, <a class="code" href="classgtl_1_1linked__hash__map.html#ad48d3ae3a65b7bb30522cb85bf538272">node_type</a>&amp;&amp; node) {</div><div class="line"><a name="l00443"></a><span class="lineno"> 443</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classgtl_1_1linked__hash__map.html#acbd59ce2377d82e710cb824dd8df59d4">insert</a>(std::move(node)).first;</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;</div><div class="line"><a name="l00446"></a><span class="lineno"> 446</span>&#160; <span class="comment">// The last two template parameters ensure that both arguments are rvalues</span></div><div class="line"><a name="l00447"></a><span class="lineno"> 447</span>&#160; <span class="comment">// (lvalue arguments are handled by the overloads below). This is necessary</span></div><div class="line"><a name="l00448"></a><span class="lineno"> 448</span>&#160; <span class="comment">// for supporting bitfield arguments.</span></div><div class="line"><a name="l00449"></a><span class="lineno"> 449</span>&#160; <span class="comment">//</span></div><div class="line"><a name="l00450"></a><span class="lineno"> 450</span>&#160; <span class="comment">// union { int n : 1; };</span></div><div class="line"><a name="l00451"></a><span class="lineno"> 451</span>&#160; <span class="comment">// linked_hash_map&lt;int, int&gt; m;</span></div><div class="line"><a name="l00452"></a><span class="lineno"> 452</span>&#160; <span class="comment">// m.insert_or_assign(n, n);</span></div><div class="line"><a name="l00453"></a><span class="lineno"> 453</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class </span>K = <a class="code" href="classgtl_1_1linked__hash__map.html#acf4be953c7037c26797d1e8784b3074d">key_type</a>, <span class="keyword">class </span>V = <a class="code" href="classgtl_1_1linked__hash__map.html#a466b1d88941d720ef345c7ad8ccb093e">mapped_type</a>, K* = <span class="keyword">nullptr</span>,</div><div class="line"><a name="l00454"></a><span class="lineno"> 454</span>&#160; V* = <span class="keyword">nullptr</span>&gt;</div><div class="line"><a name="l00455"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a2eb50030219f94e886133e015bf6bee7"> 455</a></span>&#160; std::pair&lt;iterator, bool&gt; <a class="code" href="classgtl_1_1linked__hash__map.html#a2eb50030219f94e886133e015bf6bee7">insert_or_assign</a>(key_arg&lt;K&gt;&amp;&amp; k, V&amp;&amp; v) {</div><div class="line"><a name="l00456"></a><span class="lineno"> 456</span>&#160; <span class="keywordflow">return</span> InsertOrAssignInternal(std::forward&lt;K&gt;(k), std::forward&lt;V&gt;(v));</div><div class="line"><a name="l00457"></a><span class="lineno"> 457</span>&#160; }</div><div class="line"><a name="l00458"></a><span class="lineno"> 458</span>&#160;</div><div class="line"><a name="l00459"></a><span class="lineno"> 459</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K = key_type, <span class="keyword">class</span> V = mapped_type, K* = <span class="keywordtype">nullptr</span>&gt;</div><div class="line"><a name="l00460"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a582ac4796083b25d53fde0d1b37847cf"> 460</a></span>&#160; std::pair&lt;iterator, bool&gt; <a class="code" href="classgtl_1_1linked__hash__map.html#a582ac4796083b25d53fde0d1b37847cf">insert_or_assign</a>(key_arg&lt;K&gt;&amp;&amp; k, <span class="keyword">const</span> V&amp; v) {</div><div class="line"><a name="l00461"></a><span class="lineno"> 461</span>&#160; <span class="keywordflow">return</span> InsertOrAssignInternal(std::forward&lt;K&gt;(k), v);</div><div class="line"><a name="l00462"></a><span class="lineno"> 462</span>&#160; }</div><div class="line"><a name="l00463"></a><span class="lineno"> 463</span>&#160;</div><div class="line"><a name="l00464"></a><span class="lineno"> 464</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K = key_type, <span class="keyword">class</span> V = mapped_type, V* = <span class="keywordtype">nullptr</span>&gt;</div><div class="line"><a name="l00465"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a0f6161ce3150a67aa0bac8b216363034"> 465</a></span>&#160; std::pair&lt;iterator, bool&gt; <a class="code" href="classgtl_1_1linked__hash__map.html#a0f6161ce3150a67aa0bac8b216363034">insert_or_assign</a>(<span class="keyword">const</span> key_arg&lt;K&gt;&amp; k, V&amp;&amp; v) {</div><div class="line"><a name="l00466"></a><span class="lineno"> 466</span>&#160; <span class="keywordflow">return</span> InsertOrAssignInternal(k, std::forward&lt;V&gt;(v));</div><div class="line"><a name="l00467"></a><span class="lineno"> 467</span>&#160; }</div><div class="line"><a name="l00468"></a><span class="lineno"> 468</span>&#160;</div><div class="line"><a name="l00469"></a><span class="lineno"> 469</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K = key_type, <span class="keyword">class</span> V = mapped_type&gt;</div><div class="line"><a name="l00470"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a98167b71c28162543bcdbc4db9b68c1f"> 470</a></span>&#160; std::pair&lt;iterator, bool&gt; <a class="code" href="classgtl_1_1linked__hash__map.html#a98167b71c28162543bcdbc4db9b68c1f">insert_or_assign</a>(<span class="keyword">const</span> key_arg&lt;K&gt;&amp; k, <span class="keyword">const</span> V&amp; v) {</div><div class="line"><a name="l00471"></a><span class="lineno"> 471</span>&#160; <span class="keywordflow">return</span> InsertOrAssignInternal(k, v);</div><div class="line"><a name="l00472"></a><span class="lineno"> 472</span>&#160; }</div><div class="line"><a name="l00473"></a><span class="lineno"> 473</span>&#160;</div><div class="line"><a name="l00474"></a><span class="lineno"> 474</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class </span>K = <a class="code" href="classgtl_1_1linked__hash__map.html#acf4be953c7037c26797d1e8784b3074d">key_type</a>, <span class="keyword">class </span>V = <a class="code" href="classgtl_1_1linked__hash__map.html#a466b1d88941d720ef345c7ad8ccb093e">mapped_type</a>, K* = <span class="keyword">nullptr</span>,</div><div class="line"><a name="l00475"></a><span class="lineno"> 475</span>&#160; V* = <span class="keyword">nullptr</span>&gt;</div><div class="line"><a name="l00476"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#af37586e74d3d0fd274f14fde7a8379ef"> 476</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#af37586e74d3d0fd274f14fde7a8379ef">insert_or_assign</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a>, key_arg&lt;K&gt;&amp;&amp; k, V&amp;&amp; v) {</div><div class="line"><a name="l00477"></a><span class="lineno"> 477</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a2eb50030219f94e886133e015bf6bee7">insert_or_assign</a>(std::forward&lt;K&gt;(k), std::forward&lt;V&gt;(v)).first;</div><div class="line"><a name="l00478"></a><span class="lineno"> 478</span>&#160; }</div><div class="line"><a name="l00479"></a><span class="lineno"> 479</span>&#160;</div><div class="line"><a name="l00480"></a><span class="lineno"> 480</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K = key_type, <span class="keyword">class</span> V = mapped_type, K* = <span class="keywordtype">nullptr</span>&gt;</div><div class="line"><a name="l00481"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a869beab05f227fbb02ce780e59cfe223"> 481</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a869beab05f227fbb02ce780e59cfe223">insert_or_assign</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a>, key_arg&lt;K&gt;&amp;&amp; k, <span class="keyword">const</span> V&amp; v) {</div><div class="line"><a name="l00482"></a><span class="lineno"> 482</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a2eb50030219f94e886133e015bf6bee7">insert_or_assign</a>(std::forward&lt;K&gt;(k), v).first;</div><div class="line"><a name="l00483"></a><span class="lineno"> 483</span>&#160; }</div><div class="line"><a name="l00484"></a><span class="lineno"> 484</span>&#160;</div><div class="line"><a name="l00485"></a><span class="lineno"> 485</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K = key_type, <span class="keyword">class</span> V = mapped_type, V* = <span class="keywordtype">nullptr</span>&gt;</div><div class="line"><a name="l00486"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a27a68074f565af1d685f092564c88eee"> 486</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a27a68074f565af1d685f092564c88eee">insert_or_assign</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a>, <span class="keyword">const</span> key_arg&lt;K&gt;&amp; k, V&amp;&amp; v) {</div><div class="line"><a name="l00487"></a><span class="lineno"> 487</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a2eb50030219f94e886133e015bf6bee7">insert_or_assign</a>(k, std::forward&lt;V&gt;(v)).first;</div><div class="line"><a name="l00488"></a><span class="lineno"> 488</span>&#160; }</div><div class="line"><a name="l00489"></a><span class="lineno"> 489</span>&#160;</div><div class="line"><a name="l00490"></a><span class="lineno"> 490</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K = key_type, <span class="keyword">class</span> V = mapped_type&gt;</div><div class="line"><a name="l00491"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a90aa120462b608610a977a719a3601f1"> 491</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a90aa120462b608610a977a719a3601f1">insert_or_assign</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a>, <span class="keyword">const</span> key_arg&lt;K&gt;&amp; k, <span class="keyword">const</span> V&amp; v) {</div><div class="line"><a name="l00492"></a><span class="lineno"> 492</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a2eb50030219f94e886133e015bf6bee7">insert_or_assign</a>(k, v).first;</div><div class="line"><a name="l00493"></a><span class="lineno"> 493</span>&#160; }</div><div class="line"><a name="l00494"></a><span class="lineno"> 494</span>&#160;</div><div class="line"><a name="l00495"></a><span class="lineno"> 495</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span>... Args&gt;</div><div class="line"><a name="l00496"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a3266031b8b423571de004ddf5bcddd24"> 496</a></span>&#160; std::pair&lt;iterator, bool&gt; <a class="code" href="classgtl_1_1linked__hash__map.html#a3266031b8b423571de004ddf5bcddd24">emplace</a>(Args&amp;&amp;... args) {</div><div class="line"><a name="l00497"></a><span class="lineno"> 497</span>&#160; ListType node_donor;</div><div class="line"><a name="l00498"></a><span class="lineno"> 498</span>&#160; <span class="keyword">auto</span> list_iter =</div><div class="line"><a name="l00499"></a><span class="lineno"> 499</span>&#160; node_donor.emplace(node_donor.end(), std::forward&lt;Args&gt;(args)...);</div><div class="line"><a name="l00500"></a><span class="lineno"> 500</span>&#160; <span class="keyword">auto</span> ins = set_.insert(list_iter);</div><div class="line"><a name="l00501"></a><span class="lineno"> 501</span>&#160; <span class="keywordflow">if</span> (!ins.second) <span class="keywordflow">return</span> {*ins.first, <span class="keyword">false</span>};</div><div class="line"><a name="l00502"></a><span class="lineno"> 502</span>&#160; list_.splice(list_.end(), node_donor, list_iter);</div><div class="line"><a name="l00503"></a><span class="lineno"> 503</span>&#160; <span class="keywordflow">return</span> {list_iter, <span class="keyword">true</span>};</div><div class="line"><a name="l00504"></a><span class="lineno"> 504</span>&#160; }</div><div class="line"><a name="l00505"></a><span class="lineno"> 505</span>&#160;</div><div class="line"><a name="l00506"></a><span class="lineno"> 506</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class </span>K = <a class="code" href="classgtl_1_1linked__hash__map.html#acf4be953c7037c26797d1e8784b3074d">key_type</a>, <span class="keyword">class</span>... Args, K* = <span class="keyword">nullptr</span>&gt;</div><div class="line"><a name="l00507"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#aef982804c72822df6407f59b4e9d6e5c"> 507</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#aef982804c72822df6407f59b4e9d6e5c">try_emplace</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a>, key_arg&lt;K&gt;&amp;&amp; k, Args&amp;&amp;... args) {</div><div class="line"><a name="l00508"></a><span class="lineno"> 508</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classgtl_1_1linked__hash__map.html#aef982804c72822df6407f59b4e9d6e5c">try_emplace</a>(std::forward&lt;K&gt;(k), std::forward&lt;Args&gt;(args)...).first;</div><div class="line"><a name="l00509"></a><span class="lineno"> 509</span>&#160; }</div><div class="line"><a name="l00510"></a><span class="lineno"> 510</span>&#160;</div><div class="line"><a name="l00511"></a><span class="lineno"> 511</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span>... Args&gt;</div><div class="line"><a name="l00512"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a291361c156f1d486f0491211d85f5c53"> 512</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">iterator</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a291361c156f1d486f0491211d85f5c53">emplace_hint</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a>, Args&amp;&amp;... args) {</div><div class="line"><a name="l00513"></a><span class="lineno"> 513</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a3266031b8b423571de004ddf5bcddd24">emplace</a>(std::forward&lt;Args&gt;(args)...).first;</div><div class="line"><a name="l00514"></a><span class="lineno"> 514</span>&#160; }</div><div class="line"><a name="l00515"></a><span class="lineno"> 515</span>&#160;</div><div class="line"><a name="l00516"></a><span class="lineno"> 516</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class </span>K = <a class="code" href="classgtl_1_1linked__hash__map.html#acf4be953c7037c26797d1e8784b3074d">key_type</a>, <span class="keyword">typename</span>... Args, K* = <span class="keyword">nullptr</span>&gt;</div><div class="line"><a name="l00517"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a5ccce3b21a0cc440284e5d11489fad69"> 517</a></span>&#160; std::pair&lt;iterator, bool&gt; <a class="code" href="classgtl_1_1linked__hash__map.html#a5ccce3b21a0cc440284e5d11489fad69">try_emplace</a>(key_arg&lt;K&gt;&amp;&amp; key, Args&amp;&amp;... args) {</div><div class="line"><a name="l00518"></a><span class="lineno"> 518</span>&#160; <span class="keywordflow">return</span> LazyEmplaceInternal(std::forward&lt;key_arg&lt;K&gt;&gt;(key),</div><div class="line"><a name="l00519"></a><span class="lineno"> 519</span>&#160; std::forward&lt;Args&gt;(args)...);</div><div class="line"><a name="l00520"></a><span class="lineno"> 520</span>&#160; }</div><div class="line"><a name="l00521"></a><span class="lineno"> 521</span>&#160;</div><div class="line"><a name="l00522"></a><span class="lineno"> 522</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> H, <span class="keyword">typename</span> E&gt;</div><div class="line"><a name="l00523"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a338af381b25c5e911e0b60296a8e4ba3"> 523</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a338af381b25c5e911e0b60296a8e4ba3">merge</a>(<a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map&lt;Key, Value, H, E, Alloc&gt;</a>&amp; src) {</div><div class="line"><a name="l00524"></a><span class="lineno"> 524</span>&#160; <span class="keyword">auto</span> itr = src.list_.begin();</div><div class="line"><a name="l00525"></a><span class="lineno"> 525</span>&#160; <span class="keywordflow">while</span> (itr != src.list_.end()) {</div><div class="line"><a name="l00526"></a><span class="lineno"> 526</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classgtl_1_1linked__hash__map.html#a1860aaaacecc9d6b40f994b928190e66">contains</a>(itr-&gt;first)) {</div><div class="line"><a name="l00527"></a><span class="lineno"> 527</span>&#160; ++itr;</div><div class="line"><a name="l00528"></a><span class="lineno"> 528</span>&#160; } <span class="keywordflow">else</span> {</div><div class="line"><a name="l00529"></a><span class="lineno"> 529</span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#acbd59ce2377d82e710cb824dd8df59d4">insert</a>(src.<a class="code" href="classgtl_1_1linked__hash__map.html#a5bdbd44a818097cb7614ad4d1bf9427a">extract</a>(itr++));</div><div class="line"><a name="l00530"></a><span class="lineno"> 530</span>&#160; }</div><div class="line"><a name="l00531"></a><span class="lineno"> 531</span>&#160; }</div><div class="line"><a name="l00532"></a><span class="lineno"> 532</span>&#160; }</div><div class="line"><a name="l00533"></a><span class="lineno"> 533</span>&#160;</div><div class="line"><a name="l00534"></a><span class="lineno"> 534</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> H, <span class="keyword">typename</span> E&gt;</div><div class="line"><a name="l00535"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#aabc70a144271c2759d6f12fec56a15fb"> 535</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classgtl_1_1linked__hash__map.html#aabc70a144271c2759d6f12fec56a15fb">merge</a>(<a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map&lt;Key, Value, H, E, Alloc&gt;</a>&amp;&amp; src) {</div><div class="line"><a name="l00536"></a><span class="lineno"> 536</span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#a338af381b25c5e911e0b60296a8e4ba3">merge</a>(src);</div><div class="line"><a name="l00537"></a><span class="lineno"> 537</span>&#160; }</div><div class="line"><a name="l00538"></a><span class="lineno"> 538</span>&#160;</div><div class="line"><a name="l00539"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a5bdbd44a818097cb7614ad4d1bf9427a"> 539</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#ad48d3ae3a65b7bb30522cb85bf538272">node_type</a> <a class="code" href="classgtl_1_1linked__hash__map.html#a5bdbd44a818097cb7614ad4d1bf9427a">extract</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a> position) {</div><div class="line"><a name="l00540"></a><span class="lineno"> 540</span>&#160; set_.erase(position-&gt;first);</div><div class="line"><a name="l00541"></a><span class="lineno"> 541</span>&#160; ListType extracted_node_list;</div><div class="line"><a name="l00542"></a><span class="lineno"> 542</span>&#160; extracted_node_list.splice(extracted_node_list.end(), list_, position);</div><div class="line"><a name="l00543"></a><span class="lineno"> 543</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classgtl_1_1linked__hash__map.html#ad48d3ae3a65b7bb30522cb85bf538272">node_type</a>(std::move(extracted_node_list));</div><div class="line"><a name="l00544"></a><span class="lineno"> 544</span>&#160; }</div><div class="line"><a name="l00545"></a><span class="lineno"> 545</span>&#160;</div><div class="line"><a name="l00546"></a><span class="lineno"> 546</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class </span>K = <a class="code" href="classgtl_1_1linked__hash__map.html#acf4be953c7037c26797d1e8784b3074d">key_type</a>,</div><div class="line"><a name="l00547"></a><span class="lineno"> 547</span>&#160; std::enable_if_t&lt;!std::is_same_v&lt;K, iterator&gt;, <span class="keywordtype">int</span>&gt; = 0&gt;</div><div class="line"><a name="l00548"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#aa9d9b4f5c8f7d86d6c761802b636a241"> 548</a></span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#ad48d3ae3a65b7bb30522cb85bf538272">node_type</a> <a class="code" href="classgtl_1_1linked__hash__map.html#aa9d9b4f5c8f7d86d6c761802b636a241">extract</a>(<span class="keyword">const</span> key_arg&lt;K&gt;&amp; key) {</div><div class="line"><a name="l00549"></a><span class="lineno"> 549</span>&#160; <span class="keyword">auto</span> it = <a class="code" href="classgtl_1_1linked__hash__map.html#a7cf08543f2be71ec28f0403a2d090f01">find</a>(key);</div><div class="line"><a name="l00550"></a><span class="lineno"> 550</span>&#160; <span class="keywordflow">return</span> it == <a class="code" href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">end</a>() ? <a class="code" href="classgtl_1_1linked__hash__map.html#ad48d3ae3a65b7bb30522cb85bf538272">node_type</a>() : <a class="code" href="classgtl_1_1linked__hash__map.html#a5bdbd44a818097cb7614ad4d1bf9427a">extract</a>(<a class="code" href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">const_iterator</a>{it});</div><div class="line"><a name="l00551"></a><span class="lineno"> 551</span>&#160; }</div><div class="line"><a name="l00552"></a><span class="lineno"> 552</span>&#160;</div><div class="line"><a name="l00553"></a><span class="lineno"> 553</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class </span>K = <a class="code" href="classgtl_1_1linked__hash__map.html#acf4be953c7037c26797d1e8784b3074d">key_type</a>, <span class="keyword">typename</span>... Args&gt;</div><div class="line"><a name="l00554"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a56782090bfa765c84119b250ccde6887"> 554</a></span>&#160; std::pair&lt;iterator, bool&gt; <a class="code" href="classgtl_1_1linked__hash__map.html#a56782090bfa765c84119b250ccde6887">try_emplace</a>(<span class="keyword">const</span> key_arg&lt;K&gt;&amp; key, Args&amp;&amp;... args) {</div><div class="line"><a name="l00555"></a><span class="lineno"> 555</span>&#160; <span class="keywordflow">return</span> LazyEmplaceInternal(key, std::forward&lt;Args&gt;(args)...);</div><div class="line"><a name="l00556"></a><span class="lineno"> 556</span>&#160; }</div><div class="line"><a name="l00557"></a><span class="lineno"> 557</span>&#160;</div><div class="line"><a name="l00558"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#ae3c4f30d4f295f6a5e123a8cdef0e7b9"> 558</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classgtl_1_1linked__hash__map.html#ae3c4f30d4f295f6a5e123a8cdef0e7b9">swap</a>(<a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>&amp; other) {</div><div class="line"><a name="l00559"></a><span class="lineno"> 559</span>&#160; <span class="keyword">using</span> <a class="code" href="namespaceoperations__research_1_1math__opt.html#a5de89a1f6e3f80a49a0d76136d8044e2">std::swap</a>;</div><div class="line"><a name="l00560"></a><span class="lineno"> 560</span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#ae3c4f30d4f295f6a5e123a8cdef0e7b9">swap</a>(set_, other.set_);</div><div class="line"><a name="l00561"></a><span class="lineno"> 561</span>&#160; <a class="code" href="classgtl_1_1linked__hash__map.html#ae3c4f30d4f295f6a5e123a8cdef0e7b9">swap</a>(list_, other.list_);</div><div class="line"><a name="l00562"></a><span class="lineno"> 562</span>&#160; }</div><div class="line"><a name="l00563"></a><span class="lineno"> 563</span>&#160;</div><div class="line"><a name="l00564"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#aa2fb1447c4c53235e4d7febc3316d458"> 564</a></span>&#160; <span class="keyword">friend</span> <span class="keywordtype">bool</span> <a class="code" href="classgtl_1_1linked__hash__map.html#aa2fb1447c4c53235e4d7febc3316d458">operator==</a>(<span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>&amp; <a class="code" href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a>, <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>&amp; <a class="code" href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a>) {</div><div class="line"><a name="l00565"></a><span class="lineno"> 565</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a>.size() != <a class="code" href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a>.size()) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div><div class="line"><a name="l00566"></a><span class="lineno"> 566</span>&#160; <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>* outer = &amp;<a class="code" href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a>;</div><div class="line"><a name="l00567"></a><span class="lineno"> 567</span>&#160; <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>* inner = &amp;<a class="code" href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a>;</div><div class="line"><a name="l00568"></a><span class="lineno"> 568</span>&#160; <span class="keywordflow">if</span> (outer-&gt;<a class="code" href="classgtl_1_1linked__hash__map.html#a7223528283cd4e5872e0cc716bf9bd9d">capacity</a>() &gt; inner-&gt;<a class="code" href="classgtl_1_1linked__hash__map.html#a7223528283cd4e5872e0cc716bf9bd9d">capacity</a>()) <a class="code" href="namespaceoperations__research_1_1math__opt.html#a5de89a1f6e3f80a49a0d76136d8044e2">std::swap</a>(outer, inner);</div><div class="line"><a name="l00569"></a><span class="lineno"> 569</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a0d18331f3bff29c534d45071334b0d4a">value_type</a>&amp; elem : *outer) {</div><div class="line"><a name="l00570"></a><span class="lineno"> 570</span>&#160; <span class="keyword">auto</span> it = inner-&gt;<a class="code" href="classgtl_1_1linked__hash__map.html#a7cf08543f2be71ec28f0403a2d090f01">find</a>(elem.first);</div><div class="line"><a name="l00571"></a><span class="lineno"> 571</span>&#160; <span class="keywordflow">if</span> (it == inner-&gt;<a class="code" href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">end</a>()) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div><div class="line"><a name="l00572"></a><span class="lineno"> 572</span>&#160; <span class="keywordflow">if</span> (it-&gt;second != elem.second) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div><div class="line"><a name="l00573"></a><span class="lineno"> 573</span>&#160; }</div><div class="line"><a name="l00574"></a><span class="lineno"> 574</span>&#160;</div><div class="line"><a name="l00575"></a><span class="lineno"> 575</span>&#160; <span class="keywordflow">return</span> <span class="keyword">true</span>;</div><div class="line"><a name="l00576"></a><span class="lineno"> 576</span>&#160; }</div><div class="line"><a name="l00577"></a><span class="lineno"> 577</span>&#160;</div><div class="line"><a name="l00578"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#a7f572dbfc9786b7ed56aeaeb9c97332c"> 578</a></span>&#160; <span class="keyword">friend</span> <span class="keywordtype">bool</span> <a class="code" href="classgtl_1_1linked__hash__map.html#a7f572dbfc9786b7ed56aeaeb9c97332c">operator!=</a>(<span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>&amp; <a class="code" href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a>, <span class="keyword">const</span> <a class="code" href="classgtl_1_1linked__hash__map.html">linked_hash_map</a>&amp; <a class="code" href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a>) {</div><div class="line"><a name="l00579"></a><span class="lineno"> 579</span>&#160; <span class="keywordflow">return</span> !(<a class="code" href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a> == <a class="code" href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a>);</div><div class="line"><a name="l00580"></a><span class="lineno"> 580</span>&#160; }</div><div class="line"><a name="l00581"></a><span class="lineno"> 581</span>&#160;</div><div class="line"><a name="l00582"></a><span class="lineno"><a class="line" href="classgtl_1_1linked__hash__map.html#abfa435e6d49f7c791e28b7321b5941ab"> 582</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classgtl_1_1linked__hash__map.html#abfa435e6d49f7c791e28b7321b5941ab">rehash</a>(<span class="keywordtype">size_t</span> n) { set_.rehash(n); }</div><div class="line"><a name="l00583"></a><span class="lineno"> 583</span>&#160;</div><div class="line"><a name="l00584"></a><span class="lineno"> 584</span>&#160; <span class="keyword">private</span>:</div><div class="line"><a name="l00585"></a><span class="lineno"> 585</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> Other&gt;</div><div class="line"><a name="l00586"></a><span class="lineno"> 586</span>&#160; <span class="keywordtype">void</span> CopyFrom(Other&amp;&amp; other) {</div><div class="line"><a name="l00587"></a><span class="lineno"> 587</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span>&amp; elem : other.list_) {</div><div class="line"><a name="l00588"></a><span class="lineno"> 588</span>&#160; set_.insert(list_.insert(list_.end(), std::move(elem)));</div><div class="line"><a name="l00589"></a><span class="lineno"> 589</span>&#160; }</div><div class="line"><a name="l00590"></a><span class="lineno"> 590</span>&#160; <a class="code" href="base_2logging_8h.html#ae89df3243bbb8341130c7b3f44145ea0">DCHECK_EQ</a>(set_.size(), list_.size()) &lt;&lt; <span class="stringliteral">&quot;Set and list are inconsistent.&quot;</span>;</div><div class="line"><a name="l00591"></a><span class="lineno"> 591</span>&#160; }</div><div class="line"><a name="l00592"></a><span class="lineno"> 592</span>&#160;</div><div class="line"><a name="l00593"></a><span class="lineno"> 593</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> U&gt;</div><div class="line"><a name="l00594"></a><span class="lineno"> 594</span>&#160; std::pair&lt;iterator, bool&gt; InsertInternal(U&amp;&amp; pair) { <span class="comment">// NOLINT(build/c++11)</span></div><div class="line"><a name="l00595"></a><span class="lineno"> 595</span>&#160; <span class="keyword">auto</span> iter = set_.find(pair.first);</div><div class="line"><a name="l00596"></a><span class="lineno"> 596</span>&#160; <span class="keywordflow">if</span> (iter != set_.end()) <span class="keywordflow">return</span> {*iter, <span class="keyword">false</span>};</div><div class="line"><a name="l00597"></a><span class="lineno"> 597</span>&#160; <span class="keyword">auto</span> list_iter = list_.insert(list_.end(), std::forward&lt;U&gt;(pair));</div><div class="line"><a name="l00598"></a><span class="lineno"> 598</span>&#160; <span class="keyword">auto</span> inserted = set_.insert(list_iter);</div><div class="line"><a name="l00599"></a><span class="lineno"> 599</span>&#160; <a class="code" href="base_2logging_8h.html#ae17f8119c108cf3070bad3449c7e0006">DCHECK</a>(inserted.second);</div><div class="line"><a name="l00600"></a><span class="lineno"> 600</span>&#160; <span class="keywordflow">return</span> {list_iter, <span class="keyword">true</span>};</div><div class="line"><a name="l00601"></a><span class="lineno"> 601</span>&#160; }</div><div class="line"><a name="l00602"></a><span class="lineno"> 602</span>&#160;</div><div class="line"><a name="l00603"></a><span class="lineno"> 603</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> K, <span class="keyword">class</span> V&gt;</div><div class="line"><a name="l00604"></a><span class="lineno"> 604</span>&#160; std::pair&lt;iterator, bool&gt; InsertOrAssignInternal(K&amp;&amp; k, V&amp;&amp; v) {</div><div class="line"><a name="l00605"></a><span class="lineno"> 605</span>&#160; <span class="keyword">auto</span> iter = set_.find(k);</div><div class="line"><a name="l00606"></a><span class="lineno"> 606</span>&#160; <span class="keywordflow">if</span> (iter != set_.end()) {</div><div class="line"><a name="l00607"></a><span class="lineno"> 607</span>&#160; (*iter)-&gt;second = std::forward&lt;V&gt;(v);</div><div class="line"><a name="l00608"></a><span class="lineno"> 608</span>&#160; <span class="keywordflow">return</span> {*iter, <span class="keyword">false</span>};</div><div class="line"><a name="l00609"></a><span class="lineno"> 609</span>&#160; }</div><div class="line"><a name="l00610"></a><span class="lineno"> 610</span>&#160; <span class="keywordflow">return</span> LazyEmplaceInternal(std::forward&lt;K&gt;(k), std::forward&lt;V&gt;(v));</div><div class="line"><a name="l00611"></a><span class="lineno"> 611</span>&#160; }</div><div class="line"><a name="l00612"></a><span class="lineno"> 612</span>&#160;</div><div class="line"><a name="l00613"></a><span class="lineno"> 613</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> K, <span class="keyword">typename</span>... Args&gt;</div><div class="line"><a name="l00614"></a><span class="lineno"> 614</span>&#160; std::pair&lt;iterator, bool&gt; LazyEmplaceInternal(K&amp;&amp; key, Args&amp;&amp;... args) {</div><div class="line"><a name="l00615"></a><span class="lineno"> 615</span>&#160; <span class="keywordtype">bool</span> constructed = <span class="keyword">false</span>;</div><div class="line"><a name="l00616"></a><span class="lineno"> 616</span>&#160; <span class="keyword">auto</span> set_iter =</div><div class="line"><a name="l00617"></a><span class="lineno"> 617</span>&#160; set_.lazy_emplace(key, [<span class="keyword">this</span>, &amp;constructed, &amp;key, &amp;args...](<span class="keyword">auto</span> ctor) {</div><div class="line"><a name="l00618"></a><span class="lineno"> 618</span>&#160; auto list_iter =</div><div class="line"><a name="l00619"></a><span class="lineno"> 619</span>&#160; list_.emplace(list_.end(), std::piecewise_construct,</div><div class="line"><a name="l00620"></a><span class="lineno"> 620</span>&#160; std::forward_as_tuple(std::forward&lt;K&gt;(key)),</div><div class="line"><a name="l00621"></a><span class="lineno"> 621</span>&#160; std::forward_as_tuple(std::forward&lt;Args&gt;(args)...));</div><div class="line"><a name="l00622"></a><span class="lineno"> 622</span>&#160; constructed = true;</div><div class="line"><a name="l00623"></a><span class="lineno"> 623</span>&#160; ctor(list_iter);</div><div class="line"><a name="l00624"></a><span class="lineno"> 624</span>&#160; });</div><div class="line"><a name="l00625"></a><span class="lineno"> 625</span>&#160; <span class="keywordflow">return</span> {*set_iter, constructed};</div><div class="line"><a name="l00626"></a><span class="lineno"> 626</span>&#160; }</div><div class="line"><a name="l00627"></a><span class="lineno"> 627</span>&#160;</div><div class="line"><a name="l00628"></a><span class="lineno"> 628</span>&#160; <span class="comment">// The set component, used for speedy lookups.</span></div><div class="line"><a name="l00629"></a><span class="lineno"> 629</span>&#160; SetType set_;</div><div class="line"><a name="l00630"></a><span class="lineno"> 630</span>&#160;</div><div class="line"><a name="l00631"></a><span class="lineno"> 631</span>&#160; <span class="comment">// The list component, used for maintaining insertion order.</span></div><div class="line"><a name="l00632"></a><span class="lineno"> 632</span>&#160; ListType list_;</div><div class="line"><a name="l00633"></a><span class="lineno"> 633</span>&#160;};</div><div class="line"><a name="l00634"></a><span class="lineno"> 634</span>&#160;</div><div class="line"><a name="l00635"></a><span class="lineno"> 635</span>&#160;} <span class="comment">// namespace gtl</span></div><div class="line"><a name="l00636"></a><span class="lineno"> 636</span>&#160;</div><div class="line"><a name="l00637"></a><span class="lineno"> 637</span>&#160;<span class="preprocessor">#endif // OR_TOOLS_BASE_LINKED_HASH_MAP_H_</span></div><div class="ttc" id="classgtl_1_1linked__hash__map_html_a4f27f5d2a7130fa1faf982d4882b7e69"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a4f27f5d2a7130fa1faf982d4882b7e69">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::size_type</a></div><div class="ttdeci">typename ListType::size_type size_type</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00146">linked_hash_map.h:146</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a56f4ffbc6fd414b3c02a6c368e99594f"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a56f4ffbc6fd414b3c02a6c368e99594f">gtl::linked_hash_map::pop_front</a></div><div class="ttdeci">void pop_front()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00296">linked_hash_map.h:296</a></div></div>
<div class="ttc" id="base_2logging_8h_html_a3e1cfef60e774a81f30eaddf26a3a274"><div class="ttname"><a href="base_2logging_8h.html#a3e1cfef60e774a81f30eaddf26a3a274">CHECK</a></div><div class="ttdeci">#define CHECK(condition)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00491">base/logging.h:491</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aa3af768723cd533218ea3d83af440713"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aa3af768723cd533218ea3d83af440713">gtl::linked_hash_map::erase</a></div><div class="ttdeci">iterator erase(const_iterator first, const_iterator last)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00341">linked_hash_map.h:341</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ad48d3ae3a65b7bb30522cb85bf538272"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ad48d3ae3a65b7bb30522cb85bf538272">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::node_type</a></div><div class="ttdeci">NodeHandle node_type</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00150">linked_hash_map.h:150</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_acf4be953c7037c26797d1e8784b3074d"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#acf4be953c7037c26797d1e8784b3074d">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::key_type</a></div><div class="ttdeci">VariableId key_type</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00064">linked_hash_map.h:64</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a79cd0cca3689d77130b12e1a28cf8269"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a79cd0cca3689d77130b12e1a28cf8269">gtl::linked_hash_map::erase</a></div><div class="ttdeci">iterator erase(iterator position)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00332">linked_hash_map.h:332</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_acf6887e321581fe6a77912a5535af4cb"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#acf6887e321581fe6a77912a5535af4cb">gtl::linked_hash_map::insert</a></div><div class="ttdeci">void insert(std::initializer_list&lt; value_type &gt; ilist)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00424">linked_hash_map.h:424</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ac1b5e98c3e56a2657c23dc7b8bd91fc0"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ac1b5e98c3e56a2657c23dc7b8bd91fc0">gtl::linked_hash_map::insert</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; insert(value_type &amp;&amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00413">linked_hash_map.h:413</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a7cf08543f2be71ec28f0403a2d090f01"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a7cf08543f2be71ec28f0403a2d090f01">gtl::linked_hash_map::find</a></div><div class="ttdeci">iterator find(const key_arg&lt; K &gt; &amp;key)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00348">linked_hash_map.h:348</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ad994c1ce17d849d8bffd6f53d4c361c5"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ad994c1ce17d849d8bffd6f53d4c361c5">gtl::linked_hash_map::at</a></div><div class="ttdeci">const mapped_type &amp; at(const key_arg&lt; K &gt; &amp;key) const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00380">linked_hash_map.h:380</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a61772c77ad2abfbb296912e7281e154c"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a61772c77ad2abfbb296912e7281e154c">gtl::linked_hash_map::back</a></div><div class="ttdeci">const_reference back() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00294">linked_hash_map.h:294</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a27a68074f565af1d685f092564c88eee"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a27a68074f565af1d685f092564c88eee">gtl::linked_hash_map::insert_or_assign</a></div><div class="ttdeci">iterator insert_or_assign(const_iterator, const key_arg&lt; K &gt; &amp;k, V &amp;&amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00486">linked_hash_map.h:486</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a2762dd06419c0e07358cc1127cc21d12"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a2762dd06419c0e07358cc1127cc21d12">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(std::initializer_list&lt; value_type &gt; init, size_t bucket_count=0, const hasher &amp;hash=hasher(), const key_equal &amp;eq=key_equal(), const allocator_type &amp;alloc=allocator_type())</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00197">linked_hash_map.h:197</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a738dac52d510c61ef05e579f48e931f7"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a738dac52d510c61ef05e579f48e931f7">gtl::linked_hash_map::equal_range</a></div><div class="ttdeci">std::pair&lt; const_iterator, const_iterator &gt; equal_range(const key_arg&lt; K &gt; &amp;key) const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00392">linked_hash_map.h:392</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a8af1fdb1d90e2c299f140c70e6093285"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a8af1fdb1d90e2c299f140c70e6093285">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00153">linked_hash_map.h:153</a></div></div>
<div class="ttc" id="log__severity_8h_html_acdd38e3c9f22f127d7776920e3079eda"><div class="ttname"><a href="log__severity_8h.html#acdd38e3c9f22f127d7776920e3079eda">FATAL</a></div><div class="ttdeci">const int FATAL</div><div class="ttdef"><b>Definition:</b> <a href="log__severity_8h_source.html#l00032">log_severity.h:32</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a39112ae08f6ffc7ee58c6aa79772e094"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a39112ae08f6ffc7ee58c6aa79772e094">gtl::linked_hash_map::cbegin</a></div><div class="ttdeci">const_iterator cbegin() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00283">linked_hash_map.h:283</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a1599afff263aee5545ca01e80f3176fd"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a1599afff263aee5545ca01e80f3176fd">gtl::linked_hash_map::erase</a></div><div class="ttdeci">iterator erase(const_iterator position)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00324">linked_hash_map.h:324</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a871e02d39c91b7be123ee78697a079bd"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a871e02d39c91b7be123ee78697a079bd">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(const linked_hash_map &amp;other, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00223">linked_hash_map.h:223</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_acbd59ce2377d82e710cb824dd8df59d4"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#acbd59ce2377d82e710cb824dd8df59d4">gtl::linked_hash_map::insert</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; insert(const value_type &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00410">linked_hash_map.h:410</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ad955afa8e6837eb5f73ca8a6ecad0913"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ad955afa8e6837eb5f73ca8a6ecad0913">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(size_t bucket_count, const hasher &amp;hash=hasher(), const key_equal &amp;eq=key_equal(), const allocator_type &amp;alloc=allocator_type())</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00155">linked_hash_map.h:155</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aabb6e7859010a79823c8591911fb8fe2"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aabb6e7859010a79823c8591911fb8fe2">gtl::linked_hash_map::insert</a></div><div class="ttdeci">iterator insert(const_iterator, const value_type &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00417">linked_hash_map.h:417</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html">gtl::linked_hash_map</a></div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00052">linked_hash_map.h:52</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aa9d9b4f5c8f7d86d6c761802b636a241"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aa9d9b4f5c8f7d86d6c761802b636a241">gtl::linked_hash_map::extract</a></div><div class="ttdeci">node_type extract(const key_arg&lt; K &gt; &amp;key)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00548">linked_hash_map.h:548</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_abef9dfc7607c7e1a3854788ba56a4f34"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#abef9dfc7607c7e1a3854788ba56a4f34">gtl::linked_hash_map::crend</a></div><div class="ttdeci">const_reverse_iterator crend() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00290">linked_hash_map.h:290</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a582ac4796083b25d53fde0d1b37847cf"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a582ac4796083b25d53fde0d1b37847cf">gtl::linked_hash_map::insert_or_assign</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; insert_or_assign(key_arg&lt; K &gt; &amp;&amp;k, const V &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00460">linked_hash_map.h:460</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_abfa435e6d49f7c791e28b7321b5941ab"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#abfa435e6d49f7c791e28b7321b5941ab">gtl::linked_hash_map::rehash</a></div><div class="ttdeci">void rehash(size_t n)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00582">linked_hash_map.h:582</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1math__opt_html_a5de89a1f6e3f80a49a0d76136d8044e2"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a5de89a1f6e3f80a49a0d76136d8044e2">operations_research::math_opt::swap</a></div><div class="ttdeci">void swap(IdMap&lt; K, V &gt; &amp;a, IdMap&lt; K, V &gt; &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="id__map_8h_source.html#l00263">id_map.h:263</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a88ef02f036fd0de2acebe7fdc11f9218"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a88ef02f036fd0de2acebe7fdc11f9218">gtl::linked_hash_map::erase</a></div><div class="ttdeci">size_type erase(const key_arg&lt; K &gt; &amp;key)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00314">linked_hash_map.h:314</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ad2b64b9935f68d6adf644009131a4f72"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ad2b64b9935f68d6adf644009131a4f72">gtl::linked_hash_map::equal_range</a></div><div class="ttdeci">std::pair&lt; iterator, iterator &gt; equal_range(const key_arg&lt; K &gt; &amp;key)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00385">linked_hash_map.h:385</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a984cadbf12919846bf27cecf3653d523"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a984cadbf12919846bf27cecf3653d523">gtl::linked_hash_map::operator=</a></div><div class="ttdeci">linked_hash_map &amp; operator=(linked_hash_map &amp;&amp;other) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00257">linked_hash_map.h:257</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aa8942c91365801390e909aed91184c8f"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aa8942c91365801390e909aed91184c8f">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::reference</a></div><div class="ttdeci">typename ListType::reference reference</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00144">linked_hash_map.h:144</a></div></div>
<div class="ttc" id="base_2logging_8h_html_accad43a85d781d53381cd53a9894b6ae"><div class="ttname"><a href="base_2logging_8h.html#accad43a85d781d53381cd53a9894b6ae">LOG</a></div><div class="ttdeci">#define LOG(severity)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00416">base/logging.h:416</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_afe5546a3b21257b6ab980720efef1eb5"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#afe5546a3b21257b6ab980720efef1eb5">gtl::linked_hash_map::operator[]</a></div><div class="ttdeci">mapped_type &amp; operator[](key_arg&lt; K &gt; &amp;&amp;key)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00405">linked_hash_map.h:405</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ad2ceaff0a8d1d061afc9669e00f1a077"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ad2ceaff0a8d1d061afc9669e00f1a077">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::reverse_iterator</a></div><div class="ttdeci">typename ListType::reverse_iterator reverse_iterator</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00142">linked_hash_map.h:142</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a058bda4957df6a97b1ea6c9fd783f672"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a058bda4957df6a97b1ea6c9fd783f672">gtl::linked_hash_map::pop_back</a></div><div class="ttdeci">void pop_back()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00297">linked_hash_map.h:297</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a5ccce3b21a0cc440284e5d11489fad69"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a5ccce3b21a0cc440284e5d11489fad69">gtl::linked_hash_map::try_emplace</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; try_emplace(key_arg&lt; K &gt; &amp;&amp;key, Args &amp;&amp;... args)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00517">linked_hash_map.h:517</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a51f859f0b39a1f8e2687db91110e9845"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a51f859f0b39a1f8e2687db91110e9845">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::insert_return_type</a></div><div class="ttdeci">InsertReturnType&lt; iterator, node_type &gt; insert_return_type</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00151">linked_hash_map.h:151</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ae4ff2160851b9061dd651225c1e085a7"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ae4ff2160851b9061dd651225c1e085a7">gtl::linked_hash_map::operator[]</a></div><div class="ttdeci">mapped_type &amp; operator[](const key_arg&lt; K &gt; &amp;key)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00400">linked_hash_map.h:400</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a1e2c3fce980b34a87b95f41000e849cc"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a1e2c3fce980b34a87b95f41000e849cc">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::pointer</a></div><div class="ttdeci">typename std::allocator_traits&lt; allocator_type &gt;::pointer pointer</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00147">linked_hash_map.h:147</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a60304b65bf89363bcc3165d3cde67f86"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a60304b65bf89363bcc3165d3cde67f86">gtl::linked_hash_map::size</a></div><div class="ttdeci">size_type size() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00273">linked_hash_map.h:273</a></div></div>
<div class="ttc" id="constraint__solver_2table_8cc_html_a9293e4d29cac928301645070dd307683"><div class="ttname"><a href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a></div><div class="ttdeci">int64_t b</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2table_8cc_source.html#l00047">constraint_solver/table.cc:47</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a3d4a0f4b7ceb9d9cda7a1867cc30693a"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a3d4a0f4b7ceb9d9cda7a1867cc30693a">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::key_equal</a></div><div class="ttdeci">typename absl::flat_hash_set&lt; VariableId, typename absl::flat_hash_set&lt; VariableId &gt;::hasher &gt;::key_equal key_equal</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00067">linked_hash_map.h:67</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_af71e6c1eccbc12e9339c00a86a981a43"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#af71e6c1eccbc12e9339c00a86a981a43">gtl::linked_hash_map::back</a></div><div class="ttdeci">reference back()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00292">linked_hash_map.h:292</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a3bd2b0a66b0f1c16476487ad3ddc72ea"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a3bd2b0a66b0f1c16476487ad3ddc72ea">operations_research::sat::Value</a></div><div class="ttdeci">std::function&lt; int64_t(const Model &amp;)&gt; Value(IntegerVariable v)</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l01544">integer.h:1544</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aa11d6fa3521b4075a83c4b08c728a720"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aa11d6fa3521b4075a83c4b08c728a720">gtl::linked_hash_map::find</a></div><div class="ttdeci">const_iterator find(const key_arg&lt; K &gt; &amp;key) const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00355">linked_hash_map.h:355</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aabc70a144271c2759d6f12fec56a15fb"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aabc70a144271c2759d6f12fec56a15fb">gtl::linked_hash_map::merge</a></div><div class="ttdeci">void merge(linked_hash_map&lt; Key, Value, H, E, Alloc &gt; &amp;&amp;src)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00535">linked_hash_map.h:535</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a2eb50030219f94e886133e015bf6bee7"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a2eb50030219f94e886133e015bf6bee7">gtl::linked_hash_map::insert_or_assign</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; insert_or_assign(key_arg&lt; K &gt; &amp;&amp;k, V &amp;&amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00455">linked_hash_map.h:455</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a3266031b8b423571de004ddf5bcddd24"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a3266031b8b423571de004ddf5bcddd24">gtl::linked_hash_map::emplace</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; emplace(Args &amp;&amp;... args)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00496">linked_hash_map.h:496</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a0b562411c04bc9d80a0f4cd13e504a5b"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a0b562411c04bc9d80a0f4cd13e504a5b">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(InputIt first, InputIt last, size_t bucket_count, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00187">linked_hash_map.h:187</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a85263a9e2d1f4da2cde00205ca6f8d08"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a85263a9e2d1f4da2cde00205ca6f8d08">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::allocator_type</a></div><div class="ttdeci">std::allocator&lt; std::pair&lt; const VariableId, GurobiVariableIndex &gt;&gt; allocator_type</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00069">linked_hash_map.h:69</a></div></div>
<div class="ttc" id="constraint__solver_8cc_html_a395f613555f398dd389670bb4c2a4599"><div class="ttname"><a href="constraint__solver_8cc.html#a395f613555f398dd389670bb4c2a4599">next</a></div><div class="ttdeci">Block * next</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_8cc_source.html#l00677">constraint_solver.cc:677</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a6e3bf86c5524880665c995d6aaac6129"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a6e3bf86c5524880665c995d6aaac6129">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(InputIt first, InputIt last, size_t bucket_count=0, const hasher &amp;hash=hasher(), const key_equal &amp;eq=key_equal(), const allocator_type &amp;alloc=allocator_type())</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00173">linked_hash_map.h:173</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a1860aaaacecc9d6b40f994b928190e66"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a1860aaaacecc9d6b40f994b928190e66">gtl::linked_hash_map::contains</a></div><div class="ttdeci">bool contains(const key_arg&lt; K &gt; &amp;key) const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00366">linked_hash_map.h:366</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_abca4b8fe60cef540546ea7fd8c83f055"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#abca4b8fe60cef540546ea7fd8c83f055">gtl::linked_hash_map::operator=</a></div><div class="ttdeci">linked_hash_map &amp; operator=(const linked_hash_map &amp;other)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00246">linked_hash_map.h:246</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a694b202adf46456f9771397029a05d93"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a694b202adf46456f9771397029a05d93">gtl::linked_hash_map::operator=</a></div><div class="ttdeci">linked_hash_map &amp; operator=(std::initializer_list&lt; value_type &gt; values)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00266">linked_hash_map.h:266</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a93791e61ab486b4022c389d634b4facc"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a93791e61ab486b4022c389d634b4facc">gtl::linked_hash_map::cend</a></div><div class="ttdeci">const_iterator cend() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00284">linked_hash_map.h:284</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a81f80a31923e85af56a7b1ae0712a33b"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a81f80a31923e85af56a7b1ae0712a33b">gtl::linked_hash_map::crbegin</a></div><div class="ttdeci">const_reverse_iterator crbegin() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00289">linked_hash_map.h:289</a></div></div>
<div class="ttc" id="namespacegtl_html"><div class="ttname"><a href="namespacegtl.html">gtl</a></div><div class="ttdef"><b>Definition:</b> <a href="container__logging_8h_source.html#l00045">container_logging.h:45</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a0895e17a13593c9848fc099ebe82513b"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a0895e17a13593c9848fc099ebe82513b">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(const linked_hash_map &amp;other)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00217">linked_hash_map.h:217</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_acefbc935629c3a5cd8ed5e952d87be02"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#acefbc935629c3a5cd8ed5e952d87be02">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(std::initializer_list&lt; value_type &gt; init, size_t bucket_count, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00208">linked_hash_map.h:208</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a7223528283cd4e5872e0cc716bf9bd9d"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a7223528283cd4e5872e0cc716bf9bd9d">gtl::linked_hash_map::capacity</a></div><div class="ttdeci">size_t capacity() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00305">linked_hash_map.h:305</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_adb249573b387273ea7fd9127ff1d9417"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#adb249573b387273ea7fd9127ff1d9417">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(InputIt first, InputIt last, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00193">linked_hash_map.h:193</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_acad38d52497a975bfb6f2f6acd76631f"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#acad38d52497a975bfb6f2f6acd76631f">gtl::linked_hash_map::end</a></div><div class="ttdeci">iterator end()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00280">linked_hash_map.h:280</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a291361c156f1d486f0491211d85f5c53"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a291361c156f1d486f0491211d85f5c53">gtl::linked_hash_map::emplace_hint</a></div><div class="ttdeci">iterator emplace_hint(const_iterator, Args &amp;&amp;... args)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00512">linked_hash_map.h:512</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ab0585cde6aca936fb903a29b692ee4dc"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ab0585cde6aca936fb903a29b692ee4dc">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(size_t bucket_count, const hasher &amp;hash, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00162">linked_hash_map.h:162</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a90aa120462b608610a977a719a3601f1"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a90aa120462b608610a977a719a3601f1">gtl::linked_hash_map::insert_or_assign</a></div><div class="ttdeci">iterator insert_or_assign(const_iterator, const key_arg&lt; K &gt; &amp;k, const V &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00491">linked_hash_map.h:491</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a4ff315ecc8c5e27dccd583bf350f9b69"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a4ff315ecc8c5e27dccd583bf350f9b69">gtl::linked_hash_map::bucket_count</a></div><div class="ttdeci">size_t bucket_count() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00306">linked_hash_map.h:306</a></div></div>
<div class="ttc" id="matrix__utils_8cc_html_a95d4078c018ac04247ee3785eab30e7b"><div class="ttname"><a href="matrix__utils_8cc.html#a95d4078c018ac04247ee3785eab30e7b">hash</a></div><div class="ttdeci">int64_t hash</div><div class="ttdef"><b>Definition:</b> <a href="matrix__utils_8cc_source.html#l00061">matrix_utils.cc:61</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_af7b4ac88e5c8d30aaab2518629c5064d"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#af7b4ac88e5c8d30aaab2518629c5064d">gtl::linked_hash_map::count</a></div><div class="ttdeci">size_type count(const key_arg&lt; K &gt; &amp;key) const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00362">linked_hash_map.h:362</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a36da59b5a90fc1ea76d016f59abb4925"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a36da59b5a90fc1ea76d016f59abb4925">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(std::initializer_list&lt; value_type &gt; init, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00212">linked_hash_map.h:212</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ad20171f69ff66ffddb937435934b4f1a"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ad20171f69ff66ffddb937435934b4f1a">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(size_t bucket_count, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00166">linked_hash_map.h:166</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a45e7948705e5aea09a975bbdbfe7b43a"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a45e7948705e5aea09a975bbdbfe7b43a">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::const_iterator</a></div><div class="ttdeci">typename ListType::const_iterator const_iterator</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00141">linked_hash_map.h:141</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a6e99c6263568d88f95ca01dc694f1051"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a6e99c6263568d88f95ca01dc694f1051">gtl::linked_hash_map::get_allocator</a></div><div class="ttdeci">allocator_type get_allocator() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00311">linked_hash_map.h:311</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a9d3a4c5eb8267f1d4dc9f4a69529ade2"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a9d3a4c5eb8267f1d4dc9f4a69529ade2">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::const_reference</a></div><div class="ttdeci">typename ListType::const_reference const_reference</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00145">linked_hash_map.h:145</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a338af381b25c5e911e0b60296a8e4ba3"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a338af381b25c5e911e0b60296a8e4ba3">gtl::linked_hash_map::merge</a></div><div class="ttdeci">void merge(linked_hash_map&lt; Key, Value, H, E, Alloc &gt; &amp;src)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00523">linked_hash_map.h:523</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aef982804c72822df6407f59b4e9d6e5c"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aef982804c72822df6407f59b4e9d6e5c">gtl::linked_hash_map::try_emplace</a></div><div class="ttdeci">iterator try_emplace(const_iterator, key_arg&lt; K &gt; &amp;&amp;k, Args &amp;&amp;... args)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00507">linked_hash_map.h:507</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a4876f6518c59e9da349effeeb99e51b4"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a4876f6518c59e9da349effeeb99e51b4">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(linked_hash_map &amp;&amp;other, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00237">linked_hash_map.h:237</a></div></div>
<div class="ttc" id="base_2logging_8h_html"><div class="ttname"><a href="base_2logging_8h.html">logging.h</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a6c030606fde1400a3a6447becc40e11a"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a6c030606fde1400a3a6447becc40e11a">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::iterator</a></div><div class="ttdeci">typename ListType::iterator iterator</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00140">linked_hash_map.h:140</a></div></div>
<div class="ttc" id="base_2logging_8h_html_ae17f8119c108cf3070bad3449c7e0006"><div class="ttname"><a href="base_2logging_8h.html#ae17f8119c108cf3070bad3449c7e0006">DCHECK</a></div><div class="ttdeci">#define DCHECK(condition)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00885">base/logging.h:885</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_af946e03747ceb9b679b70b040c424e69"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#af946e03747ceb9b679b70b040c424e69">gtl::linked_hash_map::erase</a></div><div class="ttdeci">iterator erase(iterator first, iterator last)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00336">linked_hash_map.h:336</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_af45d30f307f301b9d43fcdf52897bbce"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#af45d30f307f301b9d43fcdf52897bbce">gtl::linked_hash_map::reserve</a></div><div class="ttdeci">void reserve(size_t n)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00304">linked_hash_map.h:304</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a0f6161ce3150a67aa0bac8b216363034"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a0f6161ce3150a67aa0bac8b216363034">gtl::linked_hash_map::insert_or_assign</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; insert_or_assign(const key_arg&lt; K &gt; &amp;k, V &amp;&amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00465">linked_hash_map.h:465</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aec07e0ee98729a19bc41fe09e433f5d0"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aec07e0ee98729a19bc41fe09e433f5d0">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::difference_type</a></div><div class="ttdeci">ptrdiff_t difference_type</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00070">linked_hash_map.h:70</a></div></div>
<div class="ttc" id="base_2logging_8h_html_ae89df3243bbb8341130c7b3f44145ea0"><div class="ttname"><a href="base_2logging_8h.html#ae89df3243bbb8341130c7b3f44145ea0">DCHECK_EQ</a></div><div class="ttdeci">#define DCHECK_EQ(val1, val2)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00886">base/logging.h:886</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ad69bd11391be1a1dba5c8202259664f8"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ad69bd11391be1a1dba5c8202259664f8">gtl::linked_hash_map::begin</a></div><div class="ttdeci">iterator begin()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00279">linked_hash_map.h:279</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a869beab05f227fbb02ce780e59cfe223"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a869beab05f227fbb02ce780e59cfe223">gtl::linked_hash_map::insert_or_assign</a></div><div class="ttdeci">iterator insert_or_assign(const_iterator, key_arg&lt; K &gt; &amp;&amp;k, const V &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00481">linked_hash_map.h:481</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a5bdbd44a818097cb7614ad4d1bf9427a"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a5bdbd44a818097cb7614ad4d1bf9427a">gtl::linked_hash_map::extract</a></div><div class="ttdeci">node_type extract(const_iterator position)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00539">linked_hash_map.h:539</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a466b1d88941d720ef345c7ad8ccb093e"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a466b1d88941d720ef345c7ad8ccb093e">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::mapped_type</a></div><div class="ttdeci">GurobiVariableIndex mapped_type</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00065">linked_hash_map.h:65</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a98167b71c28162543bcdbc4db9b68c1f"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a98167b71c28162543bcdbc4db9b68c1f">gtl::linked_hash_map::insert_or_assign</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; insert_or_assign(const key_arg&lt; K &gt; &amp;k, const V &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00470">linked_hash_map.h:470</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a0d18331f3bff29c534d45071334b0d4a"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a0d18331f3bff29c534d45071334b0d4a">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::value_type</a></div><div class="ttdeci">std::pair&lt; const key_type, mapped_type &gt; value_type</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00068">linked_hash_map.h:68</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a56782090bfa765c84119b250ccde6887"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a56782090bfa765c84119b250ccde6887">gtl::linked_hash_map::try_emplace</a></div><div class="ttdeci">std::pair&lt; iterator, bool &gt; try_emplace(const key_arg&lt; K &gt; &amp;key, Args &amp;&amp;... args)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00554">linked_hash_map.h:554</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a72ffe2880da1c06d22d90000f9720967"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a72ffe2880da1c06d22d90000f9720967">gtl::linked_hash_map::hash_function</a></div><div class="ttdeci">hasher hash_function() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00309">linked_hash_map.h:309</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_af086cceac199bd735c7a97c2a8d7ed21"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#af086cceac199bd735c7a97c2a8d7ed21">gtl::linked_hash_map::rbegin</a></div><div class="ttdeci">const_reverse_iterator rbegin() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00287">linked_hash_map.h:287</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a68c599ddcbfddc65170de524ac165e44"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a68c599ddcbfddc65170de524ac165e44">gtl::linked_hash_map::rend</a></div><div class="ttdeci">reverse_iterator rend()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00286">linked_hash_map.h:286</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ae3c4f30d4f295f6a5e123a8cdef0e7b9"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ae3c4f30d4f295f6a5e123a8cdef0e7b9">gtl::linked_hash_map::swap</a></div><div class="ttdeci">void swap(linked_hash_map &amp;other)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00558">linked_hash_map.h:558</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a53f08db35f2ba4c67ecaf5669f51872b"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a53f08db35f2ba4c67ecaf5669f51872b">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(InputIt first, InputIt last, size_t bucket_count, const hasher &amp;hash, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00182">linked_hash_map.h:182</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_accf9a4bd0c34d4a5f6a7dab66ea10cdc"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#accf9a4bd0c34d4a5f6a7dab66ea10cdc">gtl::linked_hash_map::end</a></div><div class="ttdeci">const_iterator end() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00282">linked_hash_map.h:282</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_aa2fb1447c4c53235e4d7febc3316d458"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#aa2fb1447c4c53235e4d7febc3316d458">gtl::linked_hash_map::operator==</a></div><div class="ttdeci">friend bool operator==(const linked_hash_map &amp;a, const linked_hash_map &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00564">linked_hash_map.h:564</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a6a48363b4355f6f5b441637774f79a59"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a6a48363b4355f6f5b441637774f79a59">gtl::linked_hash_map::front</a></div><div class="ttdeci">reference front()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00291">linked_hash_map.h:291</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a12f3339aa55c0cc68d26c6c1c2410e30"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a12f3339aa55c0cc68d26c6c1c2410e30">gtl::linked_hash_map::insert</a></div><div class="ttdeci">iterator insert(const_iterator, value_type &amp;&amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00420">linked_hash_map.h:420</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a7f572dbfc9786b7ed56aeaeb9c97332c"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a7f572dbfc9786b7ed56aeaeb9c97332c">gtl::linked_hash_map::operator!=</a></div><div class="ttdeci">friend bool operator!=(const linked_hash_map &amp;a, const linked_hash_map &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00578">linked_hash_map.h:578</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ae808caa4f950111fd95d2d61441bad93"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ae808caa4f950111fd95d2d61441bad93">gtl::linked_hash_map::at</a></div><div class="ttdeci">mapped_type &amp; at(const key_arg&lt; K &gt; &amp;key)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00371">linked_hash_map.h:371</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a4c63dc62d030308ff89f0327e752c5e2"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a4c63dc62d030308ff89f0327e752c5e2">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::const_pointer</a></div><div class="ttdeci">typename std::allocator_traits&lt; allocator_type &gt;::const_pointer const_pointer</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00149">linked_hash_map.h:149</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a10b2be386447b0ab61e83d0f5527b688"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a10b2be386447b0ab61e83d0f5527b688">gtl::linked_hash_map::key_eq</a></div><div class="ttdeci">key_equal key_eq() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00310">linked_hash_map.h:310</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a07da1fdc890b6949f1a20a1961c6fc44"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a07da1fdc890b6949f1a20a1961c6fc44">gtl::linked_hash_map::rend</a></div><div class="ttdeci">const_reverse_iterator rend() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00288">linked_hash_map.h:288</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a3666eb124cc0573b4d5912fc5ea10860"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a3666eb124cc0573b4d5912fc5ea10860">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::const_reverse_iterator</a></div><div class="ttdeci">typename ListType::const_reverse_iterator const_reverse_iterator</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00143">linked_hash_map.h:143</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a163beaeb647903e9256863d557d709d3"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a163beaeb647903e9256863d557d709d3">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(linked_hash_map &amp;&amp;other) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00229">linked_hash_map.h:229</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a9ff5e90d48a6abe36273b769d5798dd3"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a9ff5e90d48a6abe36273b769d5798dd3">gtl::linked_hash_map::clear</a></div><div class="ttdeci">ABSL_ATTRIBUTE_REINITIALIZES void clear()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00299">linked_hash_map.h:299</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_acec5050b73205ee40ca63f0395ddd48e"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#acec5050b73205ee40ca63f0395ddd48e">gtl::linked_hash_map&lt; VariableId, GurobiVariableIndex &gt;::hasher</a></div><div class="ttdeci">typename absl::flat_hash_set&lt; VariableId &gt;::hasher hasher</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00066">linked_hash_map.h:66</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_acea44ed500a54b2bb93e16b86e81afa8"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#acea44ed500a54b2bb93e16b86e81afa8">gtl::linked_hash_map::rbegin</a></div><div class="ttdeci">reverse_iterator rbegin()</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00285">linked_hash_map.h:285</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_ac2a85e463df4e95c1bf051cfb8237805"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#ac2a85e463df4e95c1bf051cfb8237805">gtl::linked_hash_map::max_size</a></div><div class="ttdeci">size_type max_size() const noexcept</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00274">linked_hash_map.h:274</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a29305669b60ca1680752e2fc3592ba99"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a29305669b60ca1680752e2fc3592ba99">gtl::linked_hash_map::begin</a></div><div class="ttdeci">const_iterator begin() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00281">linked_hash_map.h:281</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a0ae6b4f9719202f7ddb334c16fb03d80"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a0ae6b4f9719202f7ddb334c16fb03d80">gtl::linked_hash_map::front</a></div><div class="ttdeci">const_reference front() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00293">linked_hash_map.h:293</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a84d64f4234b9574a20c334eb00ed261a"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a84d64f4234b9574a20c334eb00ed261a">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00169">linked_hash_map.h:169</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_af37586e74d3d0fd274f14fde7a8379ef"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#af37586e74d3d0fd274f14fde7a8379ef">gtl::linked_hash_map::insert_or_assign</a></div><div class="ttdeci">iterator insert_or_assign(const_iterator, key_arg&lt; K &gt; &amp;&amp;k, V &amp;&amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00476">linked_hash_map.h:476</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a9ace1b23e3622082a1081486422a0a6e"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a9ace1b23e3622082a1081486422a0a6e">gtl::linked_hash_map::linked_hash_map</a></div><div class="ttdeci">linked_hash_map(std::initializer_list&lt; value_type &gt; init, size_t bucket_count, const hasher &amp;hash, const allocator_type &amp;alloc)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00204">linked_hash_map.h:204</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a644718bb2fb240de962dc3c9a1fdf0dc"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a644718bb2fb240de962dc3c9a1fdf0dc">gtl::linked_hash_map::empty</a></div><div class="ttdeci">bool empty() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00275">linked_hash_map.h:275</a></div></div>
<div class="ttc" id="demon__profiler_8cc_html_ac072af30c4ffbc834bb4c681f6ecb514"><div class="ttname"><a href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a></div><div class="ttdeci">int64_t value</div><div class="ttdef"><b>Definition:</b> <a href="demon__profiler_8cc_source.html#l00044">demon_profiler.cc:44</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a627db9dbe713266cb53c24cc5332d817"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a627db9dbe713266cb53c24cc5332d817">gtl::linked_hash_map::load_factor</a></div><div class="ttdeci">float load_factor() const</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00307">linked_hash_map.h:307</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a7edb46fbaa1f38fbd4b357ae6d7ea32d"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a7edb46fbaa1f38fbd4b357ae6d7ea32d">gtl::linked_hash_map::insert</a></div><div class="ttdeci">iterator insert(const_iterator, node_type &amp;&amp;node)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00442">linked_hash_map.h:442</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a23a924435697eb93c6cb5b1b830e8492"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a23a924435697eb93c6cb5b1b830e8492">gtl::linked_hash_map::insert</a></div><div class="ttdeci">insert_return_type insert(node_type &amp;&amp;node)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00433">linked_hash_map.h:433</a></div></div>
<div class="ttc" id="constraint__solver_2table_8cc_html_acb18315d548212835cd8ed4287e6c0b6"><div class="ttname"><a href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a></div><div class="ttdeci">int64_t a</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2table_8cc_source.html#l00046">constraint_solver/table.cc:46</a></div></div>
<div class="ttc" id="classgtl_1_1linked__hash__map_html_a327bfe8ae1f7565885bce845f31eaca1"><div class="ttname"><a href="classgtl_1_1linked__hash__map.html#a327bfe8ae1f7565885bce845f31eaca1">gtl::linked_hash_map::insert</a></div><div class="ttdeci">void insert(InputIt first, InputIt last)</div><div class="ttdef"><b>Definition:</b> <a href="linked__hash__map_8h_source.html#l00429">linked_hash_map.h:429</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.18-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_8f9dc966244f4c6e9b2fa0dee1e4ef1a.html">base</a></li><li class="navelem"><a class="el" href="linked__hash__map_8h.html">linked_hash_map.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>