Files
rippled/SeqProxy__test_8cpp_source.html
2021-01-11 17:20:32 +00:00

346 lines
64 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>rippled: SeqProxy_test.cpp 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="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">rippled
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<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>
<!-- 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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_120ed4da3e3217b1e7fc0b4f48568e79.html">test</a></li><li class="navelem"><a class="el" href="dir_87af4ab2111038a901854a902b27d548.html">protocol</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">SeqProxy_test.cpp</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> This file is part of rippled: https://github.com/ripple/rippled</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> Copyright (c) 2018 Ripple Labs Inc.</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"> Permission to use, copy, modify, and/or distribute this software for any</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> purpose with or without fee is hereby granted, provided that the above</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> copyright notice and this permission notice appear in all copies.</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"></span> </div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> THE SOFTWARE IS PROVIDED &quot;AS IS&quot; AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</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">//==============================================================================</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#include &lt;ripple/beast/unit_test.h&gt;</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#include &lt;ripple/protocol/SeqProxy.h&gt;</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/limits.html">limits</a>&gt;</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/sstream.html">sstream</a>&gt;</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; </div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; </div>
<div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="structripple_1_1SeqProxy__test.html"> 27</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structripple_1_1SeqProxy__test.html">SeqProxy_test</a> : <span class="keyword">public</span> beast::unit_test::suite</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;{</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; <span class="comment">// Exercise value(), isSeq(), and isTicket().</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; <span class="keyword">static</span> constexpr <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333"> 31</a></span>&#160; <a class="code" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(<a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqProx, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> value, <a class="code" href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509bead">SeqProxy::Type</a> type)</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; {</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <span class="keywordtype">bool</span> <span class="keyword">const</span> expectSeq{type == <a class="code" href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509beada51ec7e9612a7b14a45bce831cb5a9e2b">SeqProxy::seq</a>};</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; <span class="keywordflow">return</span> (seqProx.<a class="code" href="classripple_1_1SeqProxy.html#a41c206bf5f44fe0b3f99f2dd42b0259c">value</a>() == value) &amp;&amp; (seqProx.<a class="code" href="classripple_1_1SeqProxy.html#a3705c7b0bb3fb636e0aeb9a0d1870305">isSeq</a>() == expectSeq) &amp;&amp;</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; (seqProx.<a class="code" href="classripple_1_1SeqProxy.html#ad1b5ed07ca885fd243066a846080ccc0">isTicket</a>() == !expectSeq);</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; }</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; </div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; <span class="comment">// Exercise all SeqProxy comparison operators expecting lhs &lt; rhs.</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="keyword">static</span> constexpr <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa"> 40</a></span>&#160; <a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(<a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> lhs, <a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> rhs)</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; {</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; <span class="keywordflow">return</span> (lhs &lt; rhs) &amp;&amp; (lhs &lt;= rhs) &amp;&amp; (!(lhs == rhs)) &amp;&amp; (lhs != rhs) &amp;&amp;</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; (!(lhs &gt;= rhs)) &amp;&amp; (!(lhs &gt; rhs));</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; }</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; </div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <span class="comment">// Exercise all SeqProxy comparison operators expecting lhs == rhs.</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <span class="keyword">static</span> constexpr <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38"> 48</a></span>&#160; <a class="code" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">expectEq</a>(<a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> lhs, <a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> rhs)</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; {</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; <span class="keywordflow">return</span> (!(lhs &lt; rhs)) &amp;&amp; (lhs &lt;= rhs) &amp;&amp; (lhs == rhs) &amp;&amp;</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; (!(lhs != rhs)) &amp;&amp; (lhs &gt;= rhs) &amp;&amp; (!(lhs &gt; rhs));</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; }</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; </div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="comment">// Exercise all SeqProxy comparison operators expecting lhs &gt; rhs.</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="keyword">static</span> constexpr <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3"> 56</a></span>&#160; <a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(<a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> lhs, <a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> rhs)</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; {</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <span class="keywordflow">return</span> (!(lhs &lt; rhs)) &amp;&amp; (!(lhs &lt;= rhs)) &amp;&amp; (!(lhs == rhs)) &amp;&amp;</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; (lhs != rhs) &amp;&amp; (lhs &gt;= rhs) &amp;&amp; (lhs &gt; rhs);</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; }</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; </div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <span class="comment">// Verify streaming.</span></div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f"> 64</a></span>&#160; <a class="code" href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f">streamTest</a>(<a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqProx)</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; {</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span> type{seqProx.<a class="code" href="classripple_1_1SeqProxy.html#a3705c7b0bb3fb636e0aeb9a0d1870305">isSeq</a>() ? <span class="stringliteral">&quot;sequence&quot;</span> : <span class="stringliteral">&quot;ticket&quot;</span>};</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span> value{<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string/to_string.html">std::to_string</a>(seqProx.<a class="code" href="classripple_1_1SeqProxy.html#a41c206bf5f44fe0b3f99f2dd42b0259c">value</a>())};</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; </div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/io/basic_stringstream.html">std::stringstream</a> ss;</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; ss &lt;&lt; seqProx;</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> str{ss.<a class="codeRef" href="http://en.cppreference.com/w/cpp/io/basic_stringstream/str.html">str</a>()};</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; </div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; <span class="keywordflow">return</span> str.find(type) == 0 &amp;&amp; str[type.size()] == <span class="charliteral">&#39; &#39;</span> &amp;&amp;</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; str.find(value) == (type.size() + 1);</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; }</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; </div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="structripple_1_1SeqProxy__test.html#ac616c282c144bed598b2958c60e59c0d"> 78</a></span>&#160; <a class="code" href="structripple_1_1SeqProxy__test.html#ac616c282c144bed598b2958c60e59c0d">run</a>()<span class="keyword"> override</span></div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <span class="comment">// While SeqProxy supports values of zero, they are not</span></div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; <span class="comment">// expected in the wild. Nevertheless they are tested here.</span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; <span class="comment">// But so are values of 1, which are expected to occur in the wild.</span></div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; <span class="keyword">static</span> constexpr <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> uintMax{</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/numeric_limits/max.html">std::numeric_limits&lt;std::uint32_t&gt;::max</a>()};</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509bead">SeqProxy::Type</a> seq{<a class="code" href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509beada51ec7e9612a7b14a45bce831cb5a9e2b">SeqProxy::seq</a>};</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509bead">SeqProxy::Type</a> ticket{<a class="code" href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509beadab1fd5ef0f4ad79f202682b28d8803bbc">SeqProxy::ticket</a>};</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; <span class="keyword">static</span> constexpr <a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqZero{seq, 0};</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqSmall{seq, 1};</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqMid0{seq, 2};</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqMid1{seqMid0};</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqBig{seq, uintMax};</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; </div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> ticZero{ticket, 0};</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> ticSmall{ticket, 1};</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> ticMid0{ticket, 2};</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> ticMid1{ticMid0};</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="classripple_1_1SeqProxy.html">SeqProxy</a> ticBig{ticket, uintMax};</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; </div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; <span class="comment">// Verify operation of value(), isSeq() and isTicket().</span></div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(seqZero, 0, seq), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(seqSmall, 1, seq), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(seqMid0, 2, seq), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(seqMid1, 2, seq), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(seqBig, uintMax, seq), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; </div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(ticZero, 0, ticket), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(ticSmall, 1, ticket), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(ticMid0, 2, ticket), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(ticMid1, 2, ticket), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(ticBig, uintMax, ticket), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; </div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; <span class="comment">// Verify expected behavior of comparison operators.</span></div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">expectEq</a>(seqZero, seqZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqZero, seqSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqZero, seqMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqZero, seqMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqZero, seqBig), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqZero, ticZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqZero, ticSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqZero, ticMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqZero, ticMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqZero, ticBig), <span class="stringliteral">&quot;&quot;</span>);</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; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(seqSmall, seqZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">expectEq</a>(seqSmall, seqSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqSmall, seqMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqSmall, seqMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqSmall, seqBig), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqSmall, ticZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqSmall, ticSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqSmall, ticMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqSmall, ticMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqSmall, ticBig), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; </div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(seqMid0, seqZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(seqMid0, seqSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">expectEq</a>(seqMid0, seqMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">expectEq</a>(seqMid0, seqMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqMid0, seqBig), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqMid0, ticZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqMid0, ticSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqMid0, ticMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqMid0, ticMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqMid0, ticBig), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; </div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(seqMid1, seqZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(seqMid1, seqSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">expectEq</a>(seqMid1, seqMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">expectEq</a>(seqMid1, seqMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqMid1, seqBig), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqMid1, ticZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqMid1, ticSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqMid1, ticMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqMid1, ticMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqMid1, ticBig), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160; </div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(seqBig, seqZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(seqBig, seqSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(seqBig, seqMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(seqBig, seqMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">expectEq</a>(seqBig, seqBig), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqBig, ticZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqBig, ticSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqBig, ticMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqBig, ticMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(seqBig, ticBig), <span class="stringliteral">&quot;&quot;</span>);</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"> 169</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticZero, seqZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticZero, seqSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticZero, seqMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticZero, seqMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticZero, seqBig), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">expectEq</a>(ticZero, ticZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(ticZero, ticSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(ticZero, ticMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(ticZero, ticMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(ticZero, ticBig), <span class="stringliteral">&quot;&quot;</span>);</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; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticSmall, seqZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticSmall, seqSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticSmall, seqMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticSmall, seqMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticSmall, seqBig), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticSmall, ticZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">expectEq</a>(ticSmall, ticSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(ticSmall, ticMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(ticSmall, ticMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(ticSmall, ticBig), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160; </div>
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticMid0, seqZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticMid0, seqSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticMid0, seqMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticMid0, seqMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticMid0, seqBig), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticMid0, ticZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticMid0, ticSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">expectEq</a>(ticMid0, ticMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">expectEq</a>(ticMid0, ticMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(ticMid0, ticBig), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160; </div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticMid1, seqZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticMid1, seqSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticMid1, seqMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticMid1, seqMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticMid1, seqBig), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticMid1, ticZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticMid1, ticSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">expectEq</a>(ticMid1, ticMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">expectEq</a>(ticMid1, ticMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(ticMid1, ticBig), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160; </div>
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticBig, seqZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticBig, seqSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticBig, seqMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticBig, seqMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticBig, seqBig), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticBig, ticZero), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticBig, ticSmall), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticBig, ticMid0), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(ticBig, ticMid1), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160; static_assert(<a class="code" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">expectEq</a>(ticBig, ticBig), <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>&#160; </div>
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160; <span class="comment">// Verify streaming.</span></div>
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>&#160; BEAST_EXPECT(<a class="code" href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f">streamTest</a>(seqZero));</div>
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160; BEAST_EXPECT(<a class="code" href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f">streamTest</a>(seqSmall));</div>
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160; BEAST_EXPECT(<a class="code" href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f">streamTest</a>(seqMid0));</div>
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160; BEAST_EXPECT(<a class="code" href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f">streamTest</a>(seqMid1));</div>
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>&#160; BEAST_EXPECT(<a class="code" href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f">streamTest</a>(seqBig));</div>
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160; BEAST_EXPECT(<a class="code" href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f">streamTest</a>(ticZero));</div>
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160; BEAST_EXPECT(<a class="code" href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f">streamTest</a>(ticSmall));</div>
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160; BEAST_EXPECT(<a class="code" href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f">streamTest</a>(ticMid0));</div>
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160; BEAST_EXPECT(<a class="code" href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f">streamTest</a>(ticMid1));</div>
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>&#160; BEAST_EXPECT(<a class="code" href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f">streamTest</a>(ticBig));</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"> 237</span>&#160; </div>
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160;<a class="code" href="namespaceripple.html#a2701412a11b118c19256a4c901db2938">BEAST_DEFINE_TESTSUITE</a>(SeqProxy, <a class="code" href="namespaceprotocol.html">protocol</a>, <a class="code" href="namespaceripple.html">ripple</a>);</div>
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160; </div>
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160;} <span class="comment">// namespace ripple</span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_a4a9009571f33a8133772983678607333"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">ripple::SeqProxy_test::expectValues</a></div><div class="ttdeci">static constexpr bool expectValues(SeqProxy seqProx, std::uint32_t value, SeqProxy::Type type)</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy__test_8cpp_source.html#l00031">SeqProxy_test.cpp:31</a></div></div>
<div class="ttc" id="asstream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/sstream.html">sstream</a></div></div>
<div class="ttc" id="abasic_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div><div class="ttdoc">STL class.</div></div>
<div class="ttc" id="anamespaceripple_html_a2701412a11b118c19256a4c901db2938"><div class="ttname"><a href="namespaceripple.html#a2701412a11b118c19256a4c901db2938">ripple::BEAST_DEFINE_TESTSUITE</a></div><div class="ttdeci">BEAST_DEFINE_TESTSUITE(AccountTxPaging, app, ripple)</div></div>
<div class="ttc" id="aclassripple_1_1SeqProxy_html_a5f784f2f26fb8ede1c7386011509beadab1fd5ef0f4ad79f202682b28d8803bbc"><div class="ttname"><a href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509beadab1fd5ef0f4ad79f202682b28d8803bbc">ripple::SeqProxy::ticket</a></div><div class="ttdeci">@ ticket</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy_8h_source.html#l00058">SeqProxy.h:58</a></div></div>
<div class="ttc" id="abasic_stringstream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_stringstream.html">std::stringstream</a></div><div class="ttdoc">STL class.</div></div>
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_ac616c282c144bed598b2958c60e59c0d"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#ac616c282c144bed598b2958c60e59c0d">ripple::SeqProxy_test::run</a></div><div class="ttdeci">void run() override</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy__test_8cpp_source.html#l00078">SeqProxy_test.cpp:78</a></div></div>
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_a4db5076aeadc765e5bcc18d4c7e85d38"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">ripple::SeqProxy_test::expectEq</a></div><div class="ttdeci">static constexpr bool expectEq(SeqProxy lhs, SeqProxy rhs)</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy__test_8cpp_source.html#l00048">SeqProxy_test.cpp:48</a></div></div>
<div class="ttc" id="aclassripple_1_1SeqProxy_html_ad1b5ed07ca885fd243066a846080ccc0"><div class="ttname"><a href="classripple_1_1SeqProxy.html#ad1b5ed07ca885fd243066a846080ccc0">ripple::SeqProxy::isTicket</a></div><div class="ttdeci">constexpr bool isTicket() const</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy_8h_source.html#l00094">SeqProxy.h:94</a></div></div>
<div class="ttc" id="aclassripple_1_1SeqProxy_html_a3705c7b0bb3fb636e0aeb9a0d1870305"><div class="ttname"><a href="classripple_1_1SeqProxy.html#a3705c7b0bb3fb636e0aeb9a0d1870305">ripple::SeqProxy::isSeq</a></div><div class="ttdeci">constexpr bool isSeq() const</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy_8h_source.html#l00088">SeqProxy.h:88</a></div></div>
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_a76b6659f05068e5b1e040b1f5da7e0f3"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">ripple::SeqProxy_test::expectGt</a></div><div class="ttdeci">static constexpr bool expectGt(SeqProxy lhs, SeqProxy rhs)</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy__test_8cpp_source.html#l00056">SeqProxy_test.cpp:56</a></div></div>
<div class="ttc" id="ato_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string/to_string.html">std::to_string</a></div><div class="ttdeci">T to_string(T... args)</div></div>
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a></div></div>
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_a1cc41261322912b983e3c5b5c28ca6fa"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">ripple::SeqProxy_test::expectLt</a></div><div class="ttdeci">static constexpr bool expectLt(SeqProxy lhs, SeqProxy rhs)</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy__test_8cpp_source.html#l00040">SeqProxy_test.cpp:40</a></div></div>
<div class="ttc" id="astructripple_1_1SeqProxy__test_html"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html">ripple::SeqProxy_test</a></div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy__test_8cpp_source.html#l00027">SeqProxy_test.cpp:27</a></div></div>
<div class="ttc" id="aclassripple_1_1SeqProxy_html_a5f784f2f26fb8ede1c7386011509bead"><div class="ttname"><a href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509bead">ripple::SeqProxy::Type</a></div><div class="ttdeci">Type</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy_8h_source.html#l00058">SeqProxy.h:58</a></div></div>
<div class="ttc" id="aclassripple_1_1SeqProxy_html_a41c206bf5f44fe0b3f99f2dd42b0259c"><div class="ttname"><a href="classripple_1_1SeqProxy.html#a41c206bf5f44fe0b3f99f2dd42b0259c">ripple::SeqProxy::value</a></div><div class="ttdeci">constexpr std::uint32_t value() const</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy_8h_source.html#l00082">SeqProxy.h:82</a></div></div>
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition:</b> <a href="RCLCensorshipDetector_8h_source.html#l00029">RCLCensorshipDetector.h:29</a></div></div>
<div class="ttc" id="anamespaceprotocol_html"><div class="ttname"><a href="namespaceprotocol.html">protocol</a></div><div class="ttdef"><b>Definition:</b> <a href="ValidatorList_8h_source.html#l00038">ValidatorList.h:38</a></div></div>
<div class="ttc" id="alimits_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/limits.html">limits</a></div></div>
<div class="ttc" id="aclassripple_1_1SeqProxy_html"><div class="ttname"><a href="classripple_1_1SeqProxy.html">ripple::SeqProxy</a></div><div class="ttdoc">A type that represents either a sequence value or a ticket value.</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy_8h_source.html#l00055">SeqProxy.h:55</a></div></div>
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_a18d7d3228e801434941cea941334802f"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f">ripple::SeqProxy_test::streamTest</a></div><div class="ttdeci">bool streamTest(SeqProxy seqProx)</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy__test_8cpp_source.html#l00064">SeqProxy_test.cpp:64</a></div></div>
<div class="ttc" id="astr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_stringstream/str.html">std::stringstream::str</a></div><div class="ttdeci">T str(T... args)</div></div>
<div class="ttc" id="amax_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/numeric_limits/max.html">std::numeric_limits::max</a></div><div class="ttdeci">T max(T... args)</div></div>
<div class="ttc" id="aclassripple_1_1SeqProxy_html_a5f784f2f26fb8ede1c7386011509beada51ec7e9612a7b14a45bce831cb5a9e2b"><div class="ttname"><a href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509beada51ec7e9612a7b14a45bce831cb5a9e2b">ripple::SeqProxy::seq</a></div><div class="ttdeci">@ seq</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy_8h_source.html#l00058">SeqProxy.h:58</a></div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>