mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-23 12:35:50 +00:00
709 lines
136 KiB
HTML
709 lines
136 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" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.9.5"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>rippled: FeeUnits.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="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 id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">rippled
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.5 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @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:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(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">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_0103a8ad82dcc2c51f5cde661b4b5cb7.html">xrpl</a></li><li class="navelem"><a class="el" href="dir_8d04e3c0b58cad28d7755ed462d1b6c0.html">protocol</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">FeeUnits.h</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment">/*</span></div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> This file is part of rippled: https://github.com/ripple/rippled</span></div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> Copyright (c) 2019 Ripple Labs Inc.</span></div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> Permission to use, copy, modify, and/or distribute this software for any</span></div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> purpose with or without fee is hereby granted, provided that the above</span></div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> copyright notice and this permission notice appear in all copies.</span></div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF</span></div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR</span></div>
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"> ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES</span></div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment"> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN</span></div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment"> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF</span></div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment"> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</span></div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment">*/</span></div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> </div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="preprocessor">#ifndef BASICS_FEES_H_INCLUDED</span></div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#define BASICS_FEES_H_INCLUDED</span></div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> </div>
|
|
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#include <xrpl/basics/safe_cast.h></span></div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="preprocessor">#include <xrpl/beast/utility/Zero.h></span></div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#include <xrpl/beast/utility/instrumentation.h></span></div>
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#include <xrpl/json/json_value.h></span></div>
|
|
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> </div>
|
|
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#include <boost/multiprecision/cpp_int.hpp></span></div>
|
|
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="preprocessor">#include <boost/operators.hpp></span></div>
|
|
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/cmath.html">cmath</a>></span></div>
|
|
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/ios.html">ios</a>></span></div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/iosfwd.html">iosfwd</a>></span></div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/limits.html">limits</a>></span></div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/optional.html">optional</a>></span></div>
|
|
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/sstream.html">sstream</a>></span></div>
|
|
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/string.html">string</a>></span></div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/utility.html">utility</a>></span></div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> </div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceripple.html">ripple</a> {</div>
|
|
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> </div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="namespaceripple_1_1feeunit.html"> 41</a></span><span class="keyword">namespace </span>feeunit {</div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div>
|
|
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span><span class="keyword">struct </span>dropTag;</div>
|
|
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span><span class="keyword">struct </span>feeunitTag;</div>
|
|
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span><span class="keyword">struct </span>feelevelTag;</div>
|
|
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span><span class="keyword">struct </span>unitlessTag;</div>
|
|
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> </div>
|
|
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span><span class="keyword">template</span> <<span class="keyword">class</span> T></div>
|
|
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="namespaceripple_1_1feeunit.html#a826b8097444ee21ee2be3b7895d6477b"> 59</a></span><span class="keyword">using </span><a class="code hl_typedef" href="namespaceripple_1_1feeunit.html#a826b8097444ee21ee2be3b7895d6477b">enable_if_unit_t</a> = <span class="keyword">typename</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/enable_if.html">std::enable_if_t</a><</div>
|
|
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> std::is_class_v<T> && std::is_object_v<typename T::unit_type> &&</div>
|
|
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> std::is_object_v<typename T::value_type>>;</div>
|
|
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> </div>
|
|
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span><span class="keyword">template</span> <<span class="keyword">class</span> T, <span class="keyword">class</span> = enable_if_unit_t<T>></div>
|
|
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"><a class="line" href="namespaceripple_1_1feeunit.html#a189bd0d0f49fa6d39a6f501496e85b83"> 71</a></span><span class="keyword">constexpr</span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="namespaceripple_1_1feeunit.html#a189bd0d0f49fa6d39a6f501496e85b83">is_usable_unit_v</a> =</div>
|
|
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> std::is_same_v<typename T::unit_type, feeunitTag> ||</div>
|
|
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> std::is_same_v<typename T::unit_type, feelevelTag> ||</div>
|
|
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> std::is_same_v<typename T::unit_type, unitlessTag> ||</div>
|
|
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> std::is_same_v<typename T::unit_type, dropTag>;</div>
|
|
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> </div>
|
|
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span><span class="keyword">template</span> <<span class="keyword">class</span> UnitTag, <span class="keyword">class</span> T></div>
|
|
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html"> 78</a></span><span class="keyword">class </span><a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a> : <span class="keyword">private</span> boost::totally_ordered<TaggedFee<UnitTag, T>>,</div>
|
|
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> <span class="keyword">private</span> boost::additive<TaggedFee<UnitTag, T>>,</div>
|
|
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <span class="keyword">private</span> boost::equality_comparable<TaggedFee<UnitTag, T>, T>,</div>
|
|
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> <span class="keyword">private</span> boost::dividable<TaggedFee<UnitTag, T>, T>,</div>
|
|
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <span class="keyword">private</span> boost::modable<TaggedFee<UnitTag, T>, T>,</div>
|
|
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <span class="keyword">private</span> boost::unit_steppable<TaggedFee<UnitTag, T>></div>
|
|
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span>{</div>
|
|
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span><span class="keyword">public</span>:</div>
|
|
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#aad8dff4465728c1e11d5ced1edf5107e"> 86</a></span> <span class="keyword">using </span><a class="code hl_typedef" href="classripple_1_1feeunit_1_1TaggedFee.html#aad8dff4465728c1e11d5ced1edf5107e">unit_type</a> = UnitTag;</div>
|
|
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#ac2d7290ba9d745cf3e4849df7ea2e21c"> 87</a></span> <span class="keyword">using </span><a class="code hl_typedef" href="classripple_1_1feeunit_1_1TaggedFee.html#ac2d7290ba9d745cf3e4849df7ea2e21c">value_type</a> = T;</div>
|
|
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> </div>
|
|
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span><span class="keyword">private</span>:</div>
|
|
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0"> 90</a></span> <a class="code hl_typedef" href="classripple_1_1feeunit_1_1TaggedFee.html#ac2d7290ba9d745cf3e4849df7ea2e21c">value_type</a> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a>;</div>
|
|
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> </div>
|
|
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span><span class="keyword">protected</span>:</div>
|
|
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> <span class="keyword">template</span> <<span class="keyword">class</span> Other></div>
|
|
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#adc5592612e7b60d0a51c700ca5997be0"> 94</a></span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#adc5592612e7b60d0a51c700ca5997be0">is_compatible_v</a> =</div>
|
|
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> std::is_arithmetic_v<Other> && std::is_arithmetic_v<value_type> &&</div>
|
|
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> std::is_convertible_v<Other, value_type>;</div>
|
|
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> </div>
|
|
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> <span class="keyword">template</span> <<span class="keyword">class</span> OtherFee, <span class="keyword">class</span> = enable_if_unit_t<OtherFee>></div>
|
|
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a53b7d65a7ba87bb404755c6d001de97e"> 99</a></span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a53b7d65a7ba87bb404755c6d001de97e">is_compatiblefee_v</a> =</div>
|
|
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> is_compatible_v<typename OtherFee::value_type> &&</div>
|
|
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> std::is_same_v<UnitTag, typename OtherFee::unit_type>;</div>
|
|
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> </div>
|
|
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> <span class="keyword">template</span> <<span class="keyword">class</span> Other></div>
|
|
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a6cc516f2c24f8f9ac17e6e5449e105a2"> 104</a></span> <span class="keyword">using </span><a class="code hl_typedef" href="classripple_1_1feeunit_1_1TaggedFee.html#a6cc516f2c24f8f9ac17e6e5449e105a2">enable_if_compatible_t</a> =</div>
|
|
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> <span class="keyword">typename</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/enable_if.html">std::enable_if_t<is_compatible_v<Other></a>>;</div>
|
|
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> </div>
|
|
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> <span class="keyword">template</span> <<span class="keyword">class</span> OtherFee></div>
|
|
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a813aa4c9e03ba335d9ff9f764f1d6fa7"> 108</a></span> <span class="keyword">using </span><a class="code hl_typedef" href="classripple_1_1feeunit_1_1TaggedFee.html#a813aa4c9e03ba335d9ff9f764f1d6fa7">enable_if_compatiblefee_t</a> =</div>
|
|
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> <span class="keyword">typename</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/enable_if.html">std::enable_if_t<is_compatiblefee_v<OtherFee></a>>;</div>
|
|
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> </div>
|
|
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span><span class="keyword">public</span>:</div>
|
|
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#ada9a645dfc680818988cc9e06031e765"> 112</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#ada9a645dfc680818988cc9e06031e765">TaggedFee</a>() = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#aab9d9ac64ee997c35c0df60691af2ea9"> 113</a></span> <span class="keyword">constexpr</span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#aab9d9ac64ee997c35c0df60691af2ea9">TaggedFee</a>(<a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a> <span class="keyword">const</span>& other) = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> <span class="keyword">constexpr</span> <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a>&</div>
|
|
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a265f0a2028070c0f76f35a0e98c07549"> 115</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#a265f0a2028070c0f76f35a0e98c07549">operator=</a>(<a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a> <span class="keyword">const</span>& other) = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> </div>
|
|
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a81a216246058836327735b6fb717106c"> 117</a></span> <span class="keyword">constexpr</span> <span class="keyword">explicit</span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#a81a216246058836327735b6fb717106c">TaggedFee</a>(<a class="code hl_struct" href="structbeast_1_1Zero.html">beast::Zero</a>) : <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a>(0)</div>
|
|
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> {</div>
|
|
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> }</div>
|
|
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> </div>
|
|
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> <span class="keyword">constexpr</span> <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a>&</div>
|
|
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a715d91d274d8d58a6ea4831ed9bacae5"> 122</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#a715d91d274d8d58a6ea4831ed9bacae5">operator=</a>(<a class="code hl_struct" href="structbeast_1_1Zero.html">beast::Zero</a>)</div>
|
|
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> {</div>
|
|
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> = 0;</div>
|
|
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
|
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> }</div>
|
|
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> </div>
|
|
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a71b02cce1d4245629ad9a3f8d550833b"> 128</a></span> <span class="keyword">constexpr</span> <span class="keyword">explicit</span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#a71b02cce1d4245629ad9a3f8d550833b">TaggedFee</a>(<a class="code hl_typedef" href="classripple_1_1feeunit_1_1TaggedFee.html#ac2d7290ba9d745cf3e4849df7ea2e21c">value_type</a> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#adf0698d6fcf568a9f7154c13c83fe3a6">fee</a>) : <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a>(<a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#adf0698d6fcf568a9f7154c13c83fe3a6">fee</a>)</div>
|
|
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> {</div>
|
|
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> }</div>
|
|
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> </div>
|
|
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a>&</div>
|
|
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a3787fedcb24e2744ec27197aa9ed640c"> 133</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#a3787fedcb24e2744ec27197aa9ed640c">operator=</a>(<a class="code hl_typedef" href="classripple_1_1feeunit_1_1TaggedFee.html#ac2d7290ba9d745cf3e4849df7ea2e21c">value_type</a> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#adf0698d6fcf568a9f7154c13c83fe3a6">fee</a>)</div>
|
|
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> {</div>
|
|
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> = <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#adf0698d6fcf568a9f7154c13c83fe3a6">fee</a>;</div>
|
|
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
|
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> }</div>
|
|
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> </div>
|
|
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> <span class="keyword">template</span> <</div>
|
|
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <span class="keyword">class </span>Other,</div>
|
|
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> <span class="keyword">class </span>= <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/enable_if.html">std::enable_if_t</a><</div>
|
|
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> is_compatible_v<Other> &&</div>
|
|
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> is_safetocasttovalue_v<value_type, Other>>></div>
|
|
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a0ec10830da3854fe80f20a33bd6cb188"> 147</a></span> <span class="keyword">constexpr</span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#a0ec10830da3854fe80f20a33bd6cb188">TaggedFee</a>(<a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee<unit_type, Other></a> <span class="keyword">const</span>& <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#adf0698d6fcf568a9f7154c13c83fe3a6">fee</a>)</div>
|
|
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> : <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a>(<a class="code hl_function" href="namespaceripple.html#a45fb47210c42ed6314f8933506077031">safe_cast</a><<a class="code hl_typedef" href="classripple_1_1feeunit_1_1TaggedFee.html#ac2d7290ba9d745cf3e4849df7ea2e21c">value_type</a>>(<a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#adf0698d6fcf568a9f7154c13c83fe3a6">fee</a>.<a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#adf0698d6fcf568a9f7154c13c83fe3a6">fee</a>()))</div>
|
|
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> {</div>
|
|
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> }</div>
|
|
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> </div>
|
|
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> <span class="keyword">constexpr</span> <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a></div>
|
|
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#ae3aaa538f8be818c3aff1a33aa595960"> 153</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#ae3aaa538f8be818c3aff1a33aa595960">operator*</a>(<a class="code hl_typedef" href="classripple_1_1feeunit_1_1TaggedFee.html#ac2d7290ba9d745cf3e4849df7ea2e21c">value_type</a> <span class="keyword">const</span>& rhs)<span class="keyword"> const</span></div>
|
|
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span><span class="keyword"> </span>{</div>
|
|
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> <span class="keywordflow">return</span> <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a>{<a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> * rhs};</div>
|
|
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> }</div>
|
|
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> </div>
|
|
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> <span class="keyword">friend</span> <span class="keyword">constexpr</span> <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a></div>
|
|
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a5231357d8336c83f2b405f2db51e8214"> 159</a></span> <a class="code hl_friend" href="classripple_1_1feeunit_1_1TaggedFee.html#a5231357d8336c83f2b405f2db51e8214">operator*</a>(<a class="code hl_typedef" href="classripple_1_1feeunit_1_1TaggedFee.html#ac2d7290ba9d745cf3e4849df7ea2e21c">value_type</a> lhs, <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a> <span class="keyword">const</span>& rhs)</div>
|
|
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> {</div>
|
|
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> <span class="comment">// multiplication is commutative</span></div>
|
|
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> <span class="keywordflow">return</span> rhs * lhs;</div>
|
|
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> }</div>
|
|
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> </div>
|
|
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> <span class="keyword">constexpr</span> <a class="code hl_typedef" href="classripple_1_1feeunit_1_1TaggedFee.html#ac2d7290ba9d745cf3e4849df7ea2e21c">value_type</a></div>
|
|
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a4e4161262fede1e12e23129eb29c12b6"> 166</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#a4e4161262fede1e12e23129eb29c12b6">operator/</a>(<a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a> <span class="keyword">const</span>& rhs)<span class="keyword"> const</span></div>
|
|
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span><span class="keyword"> </span>{</div>
|
|
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> / rhs.<a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a>;</div>
|
|
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> }</div>
|
|
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> </div>
|
|
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a>&</div>
|
|
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#ae4d3845524d2a72577c54cbfd67bc7ea"> 172</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#ae4d3845524d2a72577c54cbfd67bc7ea">operator+=</a>(<a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a> <span class="keyword">const</span>& other)</div>
|
|
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> {</div>
|
|
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> += other.<a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#adf0698d6fcf568a9f7154c13c83fe3a6">fee</a>();</div>
|
|
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
|
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> }</div>
|
|
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> </div>
|
|
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a>&</div>
|
|
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#ab60e031c577f8aaa0903c97b0c8b1fd0"> 179</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#ab60e031c577f8aaa0903c97b0c8b1fd0">operator-=</a>(<a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a> <span class="keyword">const</span>& other)</div>
|
|
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> {</div>
|
|
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> -= other.<a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#adf0698d6fcf568a9f7154c13c83fe3a6">fee</a>();</div>
|
|
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
|
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> }</div>
|
|
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> </div>
|
|
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a>&</div>
|
|
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a294c63692baeb76e9ce1199f8994fdff"> 186</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#a294c63692baeb76e9ce1199f8994fdff">operator++</a>()</div>
|
|
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> {</div>
|
|
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> ++<a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a>;</div>
|
|
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
|
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> }</div>
|
|
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> </div>
|
|
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a>&</div>
|
|
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a33139e8e81fbeccb909b614c7412bfda"> 193</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#a33139e8e81fbeccb909b614c7412bfda">operator--</a>()</div>
|
|
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> {</div>
|
|
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> --<a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a>;</div>
|
|
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
|
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> }</div>
|
|
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> </div>
|
|
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a>&</div>
|
|
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#ac1648164b555b07759d0b4f3feb7a02b"> 200</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#ac1648164b555b07759d0b4f3feb7a02b">operator*=</a>(<a class="code hl_typedef" href="classripple_1_1feeunit_1_1TaggedFee.html#ac2d7290ba9d745cf3e4849df7ea2e21c">value_type</a> <span class="keyword">const</span>& rhs)</div>
|
|
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> {</div>
|
|
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> *= rhs;</div>
|
|
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
|
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> }</div>
|
|
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> </div>
|
|
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a>&</div>
|
|
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#adfd812a573555b658a7d85ef216d660c"> 207</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#adfd812a573555b658a7d85ef216d660c">operator/=</a>(<a class="code hl_typedef" href="classripple_1_1feeunit_1_1TaggedFee.html#ac2d7290ba9d745cf3e4849df7ea2e21c">value_type</a> <span class="keyword">const</span>& rhs)</div>
|
|
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> {</div>
|
|
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> /= rhs;</div>
|
|
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
|
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> }</div>
|
|
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> </div>
|
|
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> <span class="keyword">template</span> <<span class="keyword">class</span> transparent = value_type></div>
|
|
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/enable_if.html">std::enable_if_t<std::is_integral_v<transparent></a>, <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a>&></div>
|
|
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a697eec4ca0403ac0127e12092ea5645f"> 215</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#a697eec4ca0403ac0127e12092ea5645f">operator%=</a>(<a class="code hl_typedef" href="classripple_1_1feeunit_1_1TaggedFee.html#ac2d7290ba9d745cf3e4849df7ea2e21c">value_type</a> <span class="keyword">const</span>& rhs)</div>
|
|
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> {</div>
|
|
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> %= rhs;</div>
|
|
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
|
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> }</div>
|
|
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> </div>
|
|
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a></div>
|
|
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a8277c08e6f3764559df724c8d6e69bde"> 222</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#a8277c08e6f3764559df724c8d6e69bde">operator-</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span><span class="keyword"> </span>{</div>
|
|
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> <span class="keyword">static_assert</span>(</div>
|
|
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> std::is_signed_v<T>, <span class="stringliteral">"- operator illegal on unsigned fee types"</span>);</div>
|
|
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> <span class="keywordflow">return</span> <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a>{-<a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a>};</div>
|
|
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> }</div>
|
|
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> </div>
|
|
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#afedc3de1820bcf7e15f295becb853207"> 230</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#afedc3de1820bcf7e15f295becb853207">operator==</a>(<a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a> <span class="keyword">const</span>& other)<span class="keyword"> const</span></div>
|
|
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span><span class="keyword"> </span>{</div>
|
|
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> == other.<a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a>;</div>
|
|
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> }</div>
|
|
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> </div>
|
|
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> <span class="keyword">template</span> <<span class="keyword">class</span> Other, <span class="keyword">class</span> = enable_if_compatible_t<Other>></div>
|
|
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a3ae33a713ae61ee5c2accaad2ceec557"> 237</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#a3ae33a713ae61ee5c2accaad2ceec557">operator==</a>(<a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee<unit_type, Other></a> <span class="keyword">const</span>& other)<span class="keyword"> const</span></div>
|
|
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span><span class="keyword"> </span>{</div>
|
|
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> == other.<a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#adf0698d6fcf568a9f7154c13c83fe3a6">fee</a>();</div>
|
|
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> }</div>
|
|
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> </div>
|
|
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a37b566e7bc2eee5863759003089ffe2e"> 243</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#a37b566e7bc2eee5863759003089ffe2e">operator==</a>(<a class="code hl_typedef" href="classripple_1_1feeunit_1_1TaggedFee.html#ac2d7290ba9d745cf3e4849df7ea2e21c">value_type</a> other)<span class="keyword"> const</span></div>
|
|
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span><span class="keyword"> </span>{</div>
|
|
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> == other;</div>
|
|
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> }</div>
|
|
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> </div>
|
|
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> <span class="keyword">template</span> <<span class="keyword">class</span> Other, <span class="keyword">class</span> = enable_if_compatible_t<Other>></div>
|
|
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#af4ee2f1697d3b10aef46aabae52b0922"> 250</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#af4ee2f1697d3b10aef46aabae52b0922">operator!=</a>(<a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee<unit_type, Other></a> <span class="keyword">const</span>& other)<span class="keyword"> const</span></div>
|
|
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span><span class="keyword"> </span>{</div>
|
|
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> <span class="keywordflow">return</span> !<a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#afedc3de1820bcf7e15f295becb853207">operator==</a>(other);</div>
|
|
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span> }</div>
|
|
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> </div>
|
|
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#ada9bd86aa6b57a2447feea8868631323"> 255</a></span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#ada9bd86aa6b57a2447feea8868631323">operator<</a>(<a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a> <span class="keyword">const</span>& other)<span class="keyword"> const</span></div>
|
|
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span><span class="keyword"> </span>{</div>
|
|
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> < other.<a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a>;</div>
|
|
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> }</div>
|
|
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> </div>
|
|
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> <span class="keyword">explicit</span> <span class="keyword">constexpr</span></div>
|
|
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#ae5df2c1280f0c15ba453da7c32bc564a"> 263</a></span> <span class="keyword">operator</span> bool() const noexcept</div>
|
|
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span> {</div>
|
|
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> != 0;</div>
|
|
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span> }</div>
|
|
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> </div>
|
|
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> <span class="keyword">constexpr</span> <span class="keywordtype">int</span></div>
|
|
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a60ad547fb8fe07ce4d4f9783ed91e466"> 270</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#a60ad547fb8fe07ce4d4f9783ed91e466">signum</a>() const noexcept</div>
|
|
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> {</div>
|
|
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> <span class="keywordflow">return</span> (<a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> < 0) ? -1 : (<a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> ? 1 : 0);</div>
|
|
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> }</div>
|
|
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> </div>
|
|
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> <span class="keyword">constexpr</span> <a class="code hl_typedef" href="classripple_1_1feeunit_1_1TaggedFee.html#ac2d7290ba9d745cf3e4849df7ea2e21c">value_type</a></div>
|
|
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#adf0698d6fcf568a9f7154c13c83fe3a6"> 277</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#adf0698d6fcf568a9f7154c13c83fe3a6">fee</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span><span class="keyword"> </span>{</div>
|
|
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a>;</div>
|
|
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span> }</div>
|
|
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span> </div>
|
|
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> <span class="keyword">template</span> <<span class="keyword">class</span> Other></div>
|
|
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> <span class="keyword">constexpr</span> <span class="keywordtype">double</span></div>
|
|
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#acaf473e9ada14c75387c6d0bfc22f478"> 284</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#acaf473e9ada14c75387c6d0bfc22f478">decimalFromReference</a>(<a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee<unit_type, Other></a> reference)<span class="keyword"> const</span></div>
|
|
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span><span class="keyword"> </span>{</div>
|
|
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span> <span class="keywordflow">return</span> <span class="keyword">static_cast<</span><span class="keywordtype">double</span><span class="keyword">></span>(<a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a>) / reference.<a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#adf0698d6fcf568a9f7154c13c83fe3a6">fee</a>();</div>
|
|
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span> }</div>
|
|
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span> </div>
|
|
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> <span class="comment">// `is_usable_unit_v` is checked to ensure that only values with</span></div>
|
|
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span> <span class="comment">// known valid type tags can be converted to JSON. At the time</span></div>
|
|
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> <span class="comment">// of implementation, that includes all known tags, but more may</span></div>
|
|
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span> <span class="comment">// be added in the future.</span></div>
|
|
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/enable_if.html">std::enable_if_t<is_usable_unit_v<TaggedFee></a>, <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a>></div>
|
|
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a1a4ad441c404ab5425eb9a8fa86d2ebd"> 294</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#a1a4ad441c404ab5425eb9a8fa86d2ebd">jsonClipped</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span><span class="keyword"> </span>{</div>
|
|
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span> <span class="keywordflow">if</span> <span class="keyword">constexpr</span> (std::is_integral_v<value_type>)</div>
|
|
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span> {</div>
|
|
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span> <span class="keyword">using </span>jsontype = <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/conditional.html">std::conditional_t</a><</div>
|
|
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span> std::is_signed_v<value_type>,</div>
|
|
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span> <a class="code hl_typedef" href="namespaceJson.html#a91fe494468d6262cf119456ba139de34">Json::Int</a>,</div>
|
|
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span> <a class="code hl_typedef" href="namespaceJson.html#ab1488c31a37eea2d37f36a0961372572">Json::UInt</a>>;</div>
|
|
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> </div>
|
|
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span> <span class="keyword">constexpr</span> <span class="keyword">auto</span> min = <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/types/numeric_limits/min.html">std::numeric_limits<jsontype>::min</a>();</div>
|
|
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span> <span class="keyword">constexpr</span> <span class="keyword">auto</span> max = <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/types/numeric_limits/max.html">std::numeric_limits<jsontype>::max</a>();</div>
|
|
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span> </div>
|
|
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> < min)</div>
|
|
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span> <span class="keywordflow">return</span> min;</div>
|
|
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a> > max)</div>
|
|
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span> <span class="keywordflow">return</span> max;</div>
|
|
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span> <span class="keywordflow">return</span> <span class="keyword">static_cast<</span>jsontype<span class="keyword">></span>(<a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a>);</div>
|
|
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span> }</div>
|
|
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span> {</div>
|
|
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a>;</div>
|
|
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"> 315</span> }</div>
|
|
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> }</div>
|
|
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> </div>
|
|
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> <span class="keyword">constexpr</span> <a class="code hl_typedef" href="classripple_1_1feeunit_1_1TaggedFee.html#ac2d7290ba9d745cf3e4849df7ea2e21c">value_type</a></div>
|
|
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a5471d03f8c687eb872f179e4bd345acf"> 323</a></span> <a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#a5471d03f8c687eb872f179e4bd345acf">value</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span><span class="keyword"> </span>{</div>
|
|
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"> 325</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a>;</div>
|
|
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span> }</div>
|
|
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span> </div>
|
|
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span> <span class="keyword">friend</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/io/basic_istream.html">std::istream</a>&</div>
|
|
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"><a class="line" href="classripple_1_1feeunit_1_1TaggedFee.html#a5ed538cfc5e595bd5852079daa678850"> 329</a></span> <a class="code hl_friend" href="classripple_1_1feeunit_1_1TaggedFee.html#a5ed538cfc5e595bd5852079daa678850">operator>></a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/io/basic_istream.html">std::istream</a>& s, <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee</a>& val)</div>
|
|
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span> {</div>
|
|
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span> s >> val.<a class="code hl_variable" href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">fee_</a>;</div>
|
|
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span> <span class="keywordflow">return</span> s;</div>
|
|
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span> }</div>
|
|
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span>};</div>
|
|
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span> </div>
|
|
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span><span class="comment">// Output Fees as just their numeric value.</span></div>
|
|
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span><span class="keyword">template</span> <<span class="keyword">class</span> Char, <span class="keyword">class</span> Traits, <span class="keyword">class</span> UnitTag, <span class="keyword">class</span> T></div>
|
|
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::basic_ostream<Char, Traits></a>&</div>
|
|
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span><a class="code hl_function" href="namespaceripple_1_1feeunit.html#a85e0fae208b86def258491cfa15a1d36">operator<<</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::basic_ostream<Char, Traits></a>& os, TaggedFee<UnitTag, T> <span class="keyword">const</span>& q)</div>
|
|
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"> 340</span>{</div>
|
|
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span> <span class="keywordflow">return</span> os << q.value();</div>
|
|
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span>}</div>
|
|
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span> </div>
|
|
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span><span class="keyword">template</span> <<span class="keyword">class</span> UnitTag, <span class="keyword">class</span> T></div>
|
|
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div>
|
|
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"><a class="line" href="namespaceripple_1_1feeunit.html#a2fcae68e9223377a6c92cc1bea73d97b"> 346</a></span><a class="code hl_function" href="namespaceripple_1_1feeunit.html#a2fcae68e9223377a6c92cc1bea73d97b">to_string</a>(<a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee<UnitTag, T></a> <span class="keyword">const</span>& amount)</div>
|
|
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span>{</div>
|
|
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span> <span class="keywordflow">return</span> <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/string/basic_string/to_string.html">std::to_string</a>(amount.<a class="code hl_function" href="classripple_1_1feeunit_1_1TaggedFee.html#adf0698d6fcf568a9f7154c13c83fe3a6">fee</a>());</div>
|
|
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span>}</div>
|
|
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span> </div>
|
|
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span><span class="keyword">template</span> <<span class="keyword">class</span> Source, <span class="keyword">class</span> = enable_if_unit_t<Source>></div>
|
|
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"><a class="line" href="namespaceripple_1_1feeunit.html#affd5a099128e424c211bd6b6ec0356d4"> 352</a></span><span class="keyword">constexpr</span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="namespaceripple_1_1feeunit.html#affd5a099128e424c211bd6b6ec0356d4">can_muldiv_source_v</a> =</div>
|
|
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span> std::is_convertible_v<typename Source::value_type, std::uint64_t>;</div>
|
|
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span> </div>
|
|
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span><span class="keyword">template</span> <<span class="keyword">class</span> Dest, <span class="keyword">class</span> = enable_if_unit_t<Dest>></div>
|
|
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"><a class="line" href="namespaceripple_1_1feeunit.html#a52770690ddc7af6d464058b1d7fd454b"> 356</a></span><span class="keyword">constexpr</span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="namespaceripple_1_1feeunit.html#a52770690ddc7af6d464058b1d7fd454b">can_muldiv_dest_v</a> =</div>
|
|
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span> can_muldiv_source_v<Dest> && <span class="comment">// Dest is also a source</span></div>
|
|
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span> std::is_convertible_v<std::uint64_t, typename Dest::value_type> &&</div>
|
|
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span> <span class="keyword">sizeof</span>(<span class="keyword">typename</span> Dest::value_type) >= <span class="keyword">sizeof</span>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a>);</div>
|
|
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span> </div>
|
|
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span><span class="keyword">template</span> <</div>
|
|
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span> <span class="keyword">class </span>Source1,</div>
|
|
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span> <span class="keyword">class </span>Source2,</div>
|
|
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span> <span class="keyword">class </span>= <a class="code hl_typedef" href="namespaceripple_1_1feeunit.html#a826b8097444ee21ee2be3b7895d6477b">enable_if_unit_t<Source1></a>,</div>
|
|
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span> <span class="keyword">class </span>= <a class="code hl_typedef" href="namespaceripple_1_1feeunit.html#a826b8097444ee21ee2be3b7895d6477b">enable_if_unit_t<Source2></a>></div>
|
|
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"><a class="line" href="namespaceripple_1_1feeunit.html#a5b7fce21eaa0f63f6be19f24945c20c4"> 366</a></span><span class="keyword">constexpr</span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="namespaceripple_1_1feeunit.html#a5b7fce21eaa0f63f6be19f24945c20c4">can_muldiv_sources_v</a> =</div>
|
|
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span> can_muldiv_source_v<Source1> && can_muldiv_source_v<Source2> &&</div>
|
|
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span> std::is_same_v<typename Source1::unit_type, typename Source2::unit_type>;</div>
|
|
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span> </div>
|
|
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span><span class="keyword">template</span> <</div>
|
|
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span> <span class="keyword">class </span>Source1,</div>
|
|
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span> <span class="keyword">class </span>Source2,</div>
|
|
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span> <span class="keyword">class </span>Dest,</div>
|
|
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span> <span class="keyword">class </span>= <a class="code hl_typedef" href="namespaceripple_1_1feeunit.html#a826b8097444ee21ee2be3b7895d6477b">enable_if_unit_t<Source1></a>,</div>
|
|
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span> <span class="keyword">class </span>= <a class="code hl_typedef" href="namespaceripple_1_1feeunit.html#a826b8097444ee21ee2be3b7895d6477b">enable_if_unit_t<Source2></a>,</div>
|
|
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> <span class="keyword">class </span>= <a class="code hl_typedef" href="namespaceripple_1_1feeunit.html#a826b8097444ee21ee2be3b7895d6477b">enable_if_unit_t<Dest></a>></div>
|
|
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"><a class="line" href="namespaceripple_1_1feeunit.html#aafaef1c66b8e67bbf391746cdf2d0f2f"> 377</a></span><span class="keyword">constexpr</span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="namespaceripple_1_1feeunit.html#aafaef1c66b8e67bbf391746cdf2d0f2f">can_muldiv_v</a> =</div>
|
|
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> can_muldiv_sources_v<Source1, Source2> && can_muldiv_dest_v<Dest>;</div>
|
|
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span><span class="comment">// Source and Dest can be the same by default</span></div>
|
|
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> </div>
|
|
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span><span class="keyword">template</span> <</div>
|
|
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span> <span class="keyword">class </span>Source1,</div>
|
|
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span> <span class="keyword">class </span>Source2,</div>
|
|
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span> <span class="keyword">class </span>Dest,</div>
|
|
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span> <span class="keyword">class </span>= <a class="code hl_typedef" href="namespaceripple_1_1feeunit.html#a826b8097444ee21ee2be3b7895d6477b">enable_if_unit_t<Source1></a>,</div>
|
|
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span> <span class="keyword">class </span>= <a class="code hl_typedef" href="namespaceripple_1_1feeunit.html#a826b8097444ee21ee2be3b7895d6477b">enable_if_unit_t<Source2></a>,</div>
|
|
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span> <span class="keyword">class </span>= <a class="code hl_typedef" href="namespaceripple_1_1feeunit.html#a826b8097444ee21ee2be3b7895d6477b">enable_if_unit_t<Dest></a>></div>
|
|
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"><a class="line" href="namespaceripple_1_1feeunit.html#a9cc51e91c4478f0e2a3e942edc19b60e"> 388</a></span><span class="keyword">constexpr</span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="namespaceripple_1_1feeunit.html#a9cc51e91c4478f0e2a3e942edc19b60e">can_muldiv_commute_v</a> = can_muldiv_v<Source1, Source2, Dest> &&</div>
|
|
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span> !std::is_same_v<typename Source1::unit_type, typename Dest::unit_type>;</div>
|
|
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span> </div>
|
|
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"> 391</span><span class="keyword">template</span> <<span class="keyword">class</span> T></div>
|
|
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"><a class="line" href="namespaceripple_1_1feeunit.html#ab6055a46ddc52c563a90e603901bdeb3"> 392</a></span><span class="keyword">using </span><a class="code hl_typedef" href="namespaceripple_1_1feeunit.html#ab6055a46ddc52c563a90e603901bdeb3">enable_muldiv_source_t</a> =</div>
|
|
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span> <span class="keyword">typename</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/enable_if.html">std::enable_if_t<can_muldiv_source_v<T></a>>;</div>
|
|
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span> </div>
|
|
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span><span class="keyword">template</span> <<span class="keyword">class</span> T></div>
|
|
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"><a class="line" href="namespaceripple_1_1feeunit.html#ab8b725740f2cbaeef0ba8b23d82e784d"> 396</a></span><span class="keyword">using </span><a class="code hl_typedef" href="namespaceripple_1_1feeunit.html#ab8b725740f2cbaeef0ba8b23d82e784d">enable_muldiv_dest_t</a> = <span class="keyword">typename</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/enable_if.html">std::enable_if_t<can_muldiv_dest_v<T></a>>;</div>
|
|
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span> </div>
|
|
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span><span class="keyword">template</span> <<span class="keyword">class</span> Source1, <span class="keyword">class</span> Source2></div>
|
|
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"><a class="line" href="namespaceripple_1_1feeunit.html#a0049d4ec9e01af1bc92b93091082331a"> 399</a></span><span class="keyword">using </span><a class="code hl_typedef" href="namespaceripple_1_1feeunit.html#a0049d4ec9e01af1bc92b93091082331a">enable_muldiv_sources_t</a> =</div>
|
|
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span> <span class="keyword">typename</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/enable_if.html">std::enable_if_t<can_muldiv_sources_v<Source1, Source2></a>>;</div>
|
|
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"> 401</span> </div>
|
|
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"> 402</span><span class="keyword">template</span> <<span class="keyword">class</span> Source1, <span class="keyword">class</span> Source2, <span class="keyword">class</span> Dest></div>
|
|
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"><a class="line" href="namespaceripple_1_1feeunit.html#aa16a30447d57c0dd9a5f5013ad73ec05"> 403</a></span><span class="keyword">using </span><a class="code hl_typedef" href="namespaceripple_1_1feeunit.html#aa16a30447d57c0dd9a5f5013ad73ec05">enable_muldiv_t</a> =</div>
|
|
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"> 404</span> <span class="keyword">typename</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/enable_if.html">std::enable_if_t<can_muldiv_v<Source1, Source2, Dest></a>>;</div>
|
|
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"> 405</span> </div>
|
|
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span><span class="keyword">template</span> <<span class="keyword">class</span> Source1, <span class="keyword">class</span> Source2, <span class="keyword">class</span> Dest></div>
|
|
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"><a class="line" href="namespaceripple_1_1feeunit.html#ab9486bd33af6f7c7a5a947933d94ee05"> 407</a></span><span class="keyword">using </span><a class="code hl_typedef" href="namespaceripple_1_1feeunit.html#ab9486bd33af6f7c7a5a947933d94ee05">enable_muldiv_commute_t</a> =</div>
|
|
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"> 408</span> <span class="keyword">typename</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/enable_if.html">std::enable_if_t<can_muldiv_commute_v<Source1, Source2, Dest></a>>;</div>
|
|
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"> 409</span> </div>
|
|
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"> 410</span><span class="keyword">template</span> <<span class="keyword">class</span> T></div>
|
|
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"> 411</span><a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee<unitlessTag, T></a></div>
|
|
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"><a class="line" href="namespaceripple_1_1feeunit.html#ac3f1b2c8ed2cbc6045f381eef79d22dd"> 412</a></span><a class="code hl_function" href="namespaceripple_1_1feeunit.html#ac3f1b2c8ed2cbc6045f381eef79d22dd">scalar</a>(T value)</div>
|
|
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span>{</div>
|
|
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span> <span class="keywordflow">return</span> <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">TaggedFee<unitlessTag, T></a>{value};</div>
|
|
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span>}</div>
|
|
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"> 416</span> </div>
|
|
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"> 417</span><span class="keyword">template</span> <</div>
|
|
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"> 418</span> <span class="keyword">class </span>Source1,</div>
|
|
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"> 419</span> <span class="keyword">class </span>Source2,</div>
|
|
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"> 420</span> <span class="keyword">class </span>Dest,</div>
|
|
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"> 421</span> <span class="keyword">class </span>= enable_muldiv_t<Source1, Source2, Dest>></div>
|
|
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<Dest></a></div>
|
|
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"><a class="line" href="namespaceripple_1_1feeunit.html#a5506a3447580e5325354f05afe94dfbe"> 423</a></span><a class="code hl_function" href="namespaceripple_1_1feeunit.html#a5506a3447580e5325354f05afe94dfbe">mulDivU</a>(Source1 value, Dest mul, Source2 div)</div>
|
|
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"> 424</span>{</div>
|
|
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"> 425</span> <span class="comment">// Fees can never be negative in any context.</span></div>
|
|
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"> 426</span> <span class="keywordflow">if</span> (value.value() < 0 || mul.value() < 0 || div.value() < 0)</div>
|
|
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"> 427</span> {</div>
|
|
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"> 428</span> <span class="comment">// split the asserts so if one hits, the user can tell which</span></div>
|
|
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"> 429</span> <span class="comment">// without a debugger.</span></div>
|
|
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span> XRPL_ASSERT(</div>
|
|
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"> 431</span> value.value() >= 0,</div>
|
|
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"> 432</span> <span class="stringliteral">"ripple::feeunit::mulDivU : minimum value input"</span>);</div>
|
|
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span> XRPL_ASSERT(</div>
|
|
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno"> 434</span> mul.value() >= 0, <span class="stringliteral">"ripple::feeunit::mulDivU : minimum mul input"</span>);</div>
|
|
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno"> 435</span> XRPL_ASSERT(</div>
|
|
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"> 436</span> div.value() >= 0, <span class="stringliteral">"ripple::feeunit::mulDivU : minimum div input"</span>);</div>
|
|
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"> 437</span> <span class="keywordflow">return</span> std::nullopt;</div>
|
|
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"> 438</span> }</div>
|
|
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"> 439</span> </div>
|
|
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"> 440</span> <span class="keyword">using </span>desttype = <span class="keyword">typename</span> Dest::value_type;</div>
|
|
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span> <span class="keyword">constexpr</span> <span class="keyword">auto</span> max = <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/types/numeric_limits/max.html">std::numeric_limits<desttype>::max</a>();</div>
|
|
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno"> 442</span> </div>
|
|
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"> 443</span> <span class="comment">// Shortcuts, since these happen a lot in the real world</span></div>
|
|
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"> 444</span> <span class="keywordflow">if</span> (value == div)</div>
|
|
<div class="line"><a id="l00445" name="l00445"></a><span class="lineno"> 445</span> <span class="keywordflow">return</span> mul;</div>
|
|
<div class="line"><a id="l00446" name="l00446"></a><span class="lineno"> 446</span> <span class="keywordflow">if</span> (mul.value() == div.value())</div>
|
|
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"> 447</span> {</div>
|
|
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"> 448</span> <span class="keywordflow">if</span> (value.value() > max)</div>
|
|
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"> 449</span> <span class="keywordflow">return</span> std::nullopt;</div>
|
|
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span> <span class="keywordflow">return</span> Dest{<span class="keyword">static_cast<</span>desttype<span class="keyword">></span>(value.value())};</div>
|
|
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"> 451</span> }</div>
|
|
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"> 452</span> </div>
|
|
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"> 453</span> <span class="keyword">using namespace </span>boost::multiprecision;</div>
|
|
<div class="line"><a id="l00454" name="l00454"></a><span class="lineno"> 454</span> </div>
|
|
<div class="line"><a id="l00455" name="l00455"></a><span class="lineno"> 455</span> uint128_t product;</div>
|
|
<div class="line"><a id="l00456" name="l00456"></a><span class="lineno"> 456</span> product = <a class="code hl_function" href="namespaceripple.html#a5adb540ae694e45bca2ad089fff15128">multiply</a>(</div>
|
|
<div class="line"><a id="l00457" name="l00457"></a><span class="lineno"> 457</span> product,</div>
|
|
<div class="line"><a id="l00458" name="l00458"></a><span class="lineno"> 458</span> <span class="keyword">static_cast<</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a><span class="keyword">></span>(value.value()),</div>
|
|
<div class="line"><a id="l00459" name="l00459"></a><span class="lineno"> 459</span> <span class="keyword">static_cast<</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a><span class="keyword">></span>(mul.value()));</div>
|
|
<div class="line"><a id="l00460" name="l00460"></a><span class="lineno"> 460</span> </div>
|
|
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno"> 461</span> <span class="keyword">auto</span> quotient = product / div.value();</div>
|
|
<div class="line"><a id="l00462" name="l00462"></a><span class="lineno"> 462</span> </div>
|
|
<div class="line"><a id="l00463" name="l00463"></a><span class="lineno"> 463</span> <span class="keywordflow">if</span> (quotient > max)</div>
|
|
<div class="line"><a id="l00464" name="l00464"></a><span class="lineno"> 464</span> <span class="keywordflow">return</span> std::nullopt;</div>
|
|
<div class="line"><a id="l00465" name="l00465"></a><span class="lineno"> 465</span> </div>
|
|
<div class="line"><a id="l00466" name="l00466"></a><span class="lineno"> 466</span> <span class="keywordflow">return</span> Dest{<span class="keyword">static_cast<</span>desttype<span class="keyword">></span>(quotient)};</div>
|
|
<div class="line"><a id="l00467" name="l00467"></a><span class="lineno"> 467</span>}</div>
|
|
<div class="line"><a id="l00468" name="l00468"></a><span class="lineno"> 468</span> </div>
|
|
<div class="line"><a id="l00469" name="l00469"></a><span class="lineno"> 469</span>} <span class="comment">// namespace feeunit</span></div>
|
|
<div class="line"><a id="l00470" name="l00470"></a><span class="lineno"> 470</span> </div>
|
|
<div class="line"><a id="l00471" name="l00471"></a><span class="lineno"> 471</span><span class="keyword">template</span> <<span class="keyword">class</span> T></div>
|
|
<div class="line"><a id="l00472" name="l00472"></a><span class="lineno"><a class="line" href="namespaceripple.html#af7cd3bd457b9e1ddcb7b0a8f6546ae0b"> 472</a></span><span class="keyword">using </span><a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">FeeLevel</a> = <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">feeunit::TaggedFee<feeunit::feelevelTag, T></a>;</div>
|
|
<div class="line"><a id="l00473" name="l00473"></a><span class="lineno"><a class="line" href="namespaceripple.html#aaaf6522d07c2b836c5fd589e9ecf578c"> 473</a></span><span class="keyword">using </span><a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">FeeLevel64</a> = <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">FeeLevel<std::uint64_t></a>;</div>
|
|
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac4352c3b1e73b13f9c19a0eb062cdb7b"> 474</a></span><span class="keyword">using </span><a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">FeeLevelDouble</a> = <a class="code hl_class" href="classripple_1_1feeunit_1_1TaggedFee.html">FeeLevel<double></a>;</div>
|
|
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno"> 475</span> </div>
|
|
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno"> 476</span><span class="keyword">template</span> <</div>
|
|
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"> 477</span> <span class="keyword">class </span>Source1,</div>
|
|
<div class="line"><a id="l00478" name="l00478"></a><span class="lineno"> 478</span> <span class="keyword">class </span>Source2,</div>
|
|
<div class="line"><a id="l00479" name="l00479"></a><span class="lineno"> 479</span> <span class="keyword">class </span>Dest,</div>
|
|
<div class="line"><a id="l00480" name="l00480"></a><span class="lineno"> 480</span> <span class="keyword">class </span>= <a class="code hl_typedef" href="namespaceripple_1_1feeunit.html#aa16a30447d57c0dd9a5f5013ad73ec05">feeunit::enable_muldiv_t<Source1, Source2, Dest></a>></div>
|
|
<div class="line"><a id="l00481" name="l00481"></a><span class="lineno"> 481</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<Dest></a></div>
|
|
<div class="line"><a id="l00482" name="l00482"></a><span class="lineno"><a class="line" href="namespaceripple.html#a489d1711aa3d83adbd7ed30d16e25892"> 482</a></span><a class="code hl_function" href="namespaceripple.html#ad012d6a36cd38b19ab4d8b47521fbd5f">mulDiv</a>(Source1 value, Dest mul, Source2 div)</div>
|
|
<div class="line"><a id="l00483" name="l00483"></a><span class="lineno"> 483</span>{</div>
|
|
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno"> 484</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespaceripple_1_1feeunit.html#a5506a3447580e5325354f05afe94dfbe">feeunit::mulDivU</a>(value, mul, div);</div>
|
|
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno"> 485</span>}</div>
|
|
<div class="line"><a id="l00486" name="l00486"></a><span class="lineno"> 486</span> </div>
|
|
<div class="line"><a id="l00487" name="l00487"></a><span class="lineno"> 487</span><span class="keyword">template</span> <</div>
|
|
<div class="line"><a id="l00488" name="l00488"></a><span class="lineno"> 488</span> <span class="keyword">class </span>Source1,</div>
|
|
<div class="line"><a id="l00489" name="l00489"></a><span class="lineno"> 489</span> <span class="keyword">class </span>Source2,</div>
|
|
<div class="line"><a id="l00490" name="l00490"></a><span class="lineno"> 490</span> <span class="keyword">class </span>Dest,</div>
|
|
<div class="line"><a id="l00491" name="l00491"></a><span class="lineno"> 491</span> <span class="keyword">class </span>= feeunit::enable_muldiv_commute_t<Source1, Source2, Dest>></div>
|
|
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno"> 492</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<Dest></a></div>
|
|
<div class="line"><a id="l00493" name="l00493"></a><span class="lineno"><a class="line" href="namespaceripple.html#a05af22c419e37c819824eab7b0f8ce66"> 493</a></span><a class="code hl_function" href="namespaceripple.html#ad012d6a36cd38b19ab4d8b47521fbd5f">mulDiv</a>(Dest value, Source1 mul, Source2 div)</div>
|
|
<div class="line"><a id="l00494" name="l00494"></a><span class="lineno"> 494</span>{</div>
|
|
<div class="line"><a id="l00495" name="l00495"></a><span class="lineno"> 495</span> <span class="comment">// Multiplication is commutative</span></div>
|
|
<div class="line"><a id="l00496" name="l00496"></a><span class="lineno"> 496</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespaceripple_1_1feeunit.html#a5506a3447580e5325354f05afe94dfbe">feeunit::mulDivU</a>(mul, value, div);</div>
|
|
<div class="line"><a id="l00497" name="l00497"></a><span class="lineno"> 497</span>}</div>
|
|
<div class="line"><a id="l00498" name="l00498"></a><span class="lineno"> 498</span> </div>
|
|
<div class="line"><a id="l00499" name="l00499"></a><span class="lineno"> 499</span><span class="keyword">template</span> <<span class="keyword">class</span> Dest, <span class="keyword">class</span> = feeunit::enable_muldiv_dest_t<Dest>></div>
|
|
<div class="line"><a id="l00500" name="l00500"></a><span class="lineno"> 500</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<Dest></a></div>
|
|
<div class="line"><a id="l00501" name="l00501"></a><span class="lineno"><a class="line" href="namespaceripple.html#a8efce1e6c0e96f8be74e387eb372a1fa"> 501</a></span><a class="code hl_function" href="namespaceripple.html#ad012d6a36cd38b19ab4d8b47521fbd5f">mulDiv</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> value, Dest mul, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> div)</div>
|
|
<div class="line"><a id="l00502" name="l00502"></a><span class="lineno"> 502</span>{</div>
|
|
<div class="line"><a id="l00503" name="l00503"></a><span class="lineno"> 503</span> <span class="comment">// Give the scalars a non-tag so the</span></div>
|
|
<div class="line"><a id="l00504" name="l00504"></a><span class="lineno"> 504</span> <span class="comment">// unit-handling version gets called.</span></div>
|
|
<div class="line"><a id="l00505" name="l00505"></a><span class="lineno"> 505</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespaceripple_1_1feeunit.html#a5506a3447580e5325354f05afe94dfbe">feeunit::mulDivU</a>(<a class="code hl_function" href="namespaceripple_1_1feeunit.html#ac3f1b2c8ed2cbc6045f381eef79d22dd">feeunit::scalar</a>(value), mul, <a class="code hl_function" href="namespaceripple_1_1feeunit.html#ac3f1b2c8ed2cbc6045f381eef79d22dd">feeunit::scalar</a>(div));</div>
|
|
<div class="line"><a id="l00506" name="l00506"></a><span class="lineno"> 506</span>}</div>
|
|
<div class="line"><a id="l00507" name="l00507"></a><span class="lineno"> 507</span> </div>
|
|
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno"> 508</span><span class="keyword">template</span> <<span class="keyword">class</span> Dest, <span class="keyword">class</span> = feeunit::enable_muldiv_dest_t<Dest>></div>
|
|
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"> 509</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<Dest></a></div>
|
|
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno"><a class="line" href="namespaceripple.html#af9048af73d34e451760fe0fe925e18d5"> 510</a></span><a class="code hl_function" href="namespaceripple.html#ad012d6a36cd38b19ab4d8b47521fbd5f">mulDiv</a>(Dest value, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> mul, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> div)</div>
|
|
<div class="line"><a id="l00511" name="l00511"></a><span class="lineno"> 511</span>{</div>
|
|
<div class="line"><a id="l00512" name="l00512"></a><span class="lineno"> 512</span> <span class="comment">// Multiplication is commutative</span></div>
|
|
<div class="line"><a id="l00513" name="l00513"></a><span class="lineno"> 513</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespaceripple.html#ad012d6a36cd38b19ab4d8b47521fbd5f">mulDiv</a>(mul, value, div);</div>
|
|
<div class="line"><a id="l00514" name="l00514"></a><span class="lineno"> 514</span>}</div>
|
|
<div class="line"><a id="l00515" name="l00515"></a><span class="lineno"> 515</span> </div>
|
|
<div class="line"><a id="l00516" name="l00516"></a><span class="lineno"> 516</span><span class="keyword">template</span> <</div>
|
|
<div class="line"><a id="l00517" name="l00517"></a><span class="lineno"> 517</span> <span class="keyword">class </span>Source1,</div>
|
|
<div class="line"><a id="l00518" name="l00518"></a><span class="lineno"> 518</span> <span class="keyword">class </span>Source2,</div>
|
|
<div class="line"><a id="l00519" name="l00519"></a><span class="lineno"> 519</span> <span class="keyword">class </span>= feeunit::enable_muldiv_sources_t<Source1, Source2>></div>
|
|
<div class="line"><a id="l00520" name="l00520"></a><span class="lineno"> 520</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<std::uint64_t></a></div>
|
|
<div class="line"><a id="l00521" name="l00521"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4bab892dd7e1072cdc5ff3cefa4637d5"> 521</a></span><a class="code hl_function" href="namespaceripple.html#ad012d6a36cd38b19ab4d8b47521fbd5f">mulDiv</a>(Source1 value, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> mul, Source2 div)</div>
|
|
<div class="line"><a id="l00522" name="l00522"></a><span class="lineno"> 522</span>{</div>
|
|
<div class="line"><a id="l00523" name="l00523"></a><span class="lineno"> 523</span> <span class="comment">// Give the scalars a dimensionless unit so the</span></div>
|
|
<div class="line"><a id="l00524" name="l00524"></a><span class="lineno"> 524</span> <span class="comment">// unit-handling version gets called.</span></div>
|
|
<div class="line"><a id="l00525" name="l00525"></a><span class="lineno"> 525</span> <span class="keyword">auto</span> unitresult = <a class="code hl_function" href="namespaceripple_1_1feeunit.html#a5506a3447580e5325354f05afe94dfbe">feeunit::mulDivU</a>(value, <a class="code hl_function" href="namespaceripple_1_1feeunit.html#ac3f1b2c8ed2cbc6045f381eef79d22dd">feeunit::scalar</a>(mul), div);</div>
|
|
<div class="line"><a id="l00526" name="l00526"></a><span class="lineno"> 526</span> </div>
|
|
<div class="line"><a id="l00527" name="l00527"></a><span class="lineno"> 527</span> <span class="keywordflow">if</span> (!unitresult)</div>
|
|
<div class="line"><a id="l00528" name="l00528"></a><span class="lineno"> 528</span> <span class="keywordflow">return</span> std::nullopt;</div>
|
|
<div class="line"><a id="l00529" name="l00529"></a><span class="lineno"> 529</span> </div>
|
|
<div class="line"><a id="l00530" name="l00530"></a><span class="lineno"> 530</span> <span class="keywordflow">return</span> unitresult->value();</div>
|
|
<div class="line"><a id="l00531" name="l00531"></a><span class="lineno"> 531</span>}</div>
|
|
<div class="line"><a id="l00532" name="l00532"></a><span class="lineno"> 532</span> </div>
|
|
<div class="line"><a id="l00533" name="l00533"></a><span class="lineno"> 533</span><span class="keyword">template</span> <</div>
|
|
<div class="line"><a id="l00534" name="l00534"></a><span class="lineno"> 534</span> <span class="keyword">class </span>Source1,</div>
|
|
<div class="line"><a id="l00535" name="l00535"></a><span class="lineno"> 535</span> <span class="keyword">class </span>Source2,</div>
|
|
<div class="line"><a id="l00536" name="l00536"></a><span class="lineno"> 536</span> <span class="keyword">class </span>= feeunit::enable_muldiv_sources_t<Source1, Source2>></div>
|
|
<div class="line"><a id="l00537" name="l00537"></a><span class="lineno"> 537</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<std::uint64_t></a></div>
|
|
<div class="line"><a id="l00538" name="l00538"></a><span class="lineno"><a class="line" href="namespaceripple.html#a3d98245e2c7af03b5edd25d3a5d70e17"> 538</a></span><a class="code hl_function" href="namespaceripple.html#ad012d6a36cd38b19ab4d8b47521fbd5f">mulDiv</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> value, Source1 mul, Source2 div)</div>
|
|
<div class="line"><a id="l00539" name="l00539"></a><span class="lineno"> 539</span>{</div>
|
|
<div class="line"><a id="l00540" name="l00540"></a><span class="lineno"> 540</span> <span class="comment">// Multiplication is commutative</span></div>
|
|
<div class="line"><a id="l00541" name="l00541"></a><span class="lineno"> 541</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespaceripple.html#ad012d6a36cd38b19ab4d8b47521fbd5f">mulDiv</a>(mul, value, div);</div>
|
|
<div class="line"><a id="l00542" name="l00542"></a><span class="lineno"> 542</span>}</div>
|
|
<div class="line"><a id="l00543" name="l00543"></a><span class="lineno"> 543</span> </div>
|
|
<div class="line"><a id="l00544" name="l00544"></a><span class="lineno"> 544</span><span class="keyword">template</span> <<span class="keyword">class</span> Dest, <span class="keyword">class</span> Src></div>
|
|
<div class="line"><a id="l00545" name="l00545"></a><span class="lineno"> 545</span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/enable_if.html">std::enable_if_t</a><</div>
|
|
<div class="line"><a id="l00546" name="l00546"></a><span class="lineno"> 546</span> std::is_same_v<typename Dest::unit_type, typename Src::unit_type> &&</div>
|
|
<div class="line"><a id="l00547" name="l00547"></a><span class="lineno"> 547</span> std::is_integral_v<typename Dest::value_type> &&</div>
|
|
<div class="line"><a id="l00548" name="l00548"></a><span class="lineno"> 548</span> std::is_integral_v<typename Src::value_type>,</div>
|
|
<div class="line"><a id="l00549" name="l00549"></a><span class="lineno"> 549</span> Dest></div>
|
|
<div class="line"><a id="l00550" name="l00550"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4f7c0a75f77d05476b8e435f4987f9d0"> 550</a></span><a class="code hl_function" href="namespaceripple.html#a45fb47210c42ed6314f8933506077031">safe_cast</a>(Src s) <span class="keyword">noexcept</span></div>
|
|
<div class="line"><a id="l00551" name="l00551"></a><span class="lineno"> 551</span>{</div>
|
|
<div class="line"><a id="l00552" name="l00552"></a><span class="lineno"> 552</span> <span class="comment">// Dest may not have an explicit value constructor</span></div>
|
|
<div class="line"><a id="l00553" name="l00553"></a><span class="lineno"> 553</span> <span class="keywordflow">return</span> Dest{safe_cast<typename Dest::value_type>(s.value())};</div>
|
|
<div class="line"><a id="l00554" name="l00554"></a><span class="lineno"> 554</span>}</div>
|
|
<div class="line"><a id="l00555" name="l00555"></a><span class="lineno"> 555</span> </div>
|
|
<div class="line"><a id="l00556" name="l00556"></a><span class="lineno"> 556</span><span class="keyword">template</span> <<span class="keyword">class</span> Dest, <span class="keyword">class</span> Src></div>
|
|
<div class="line"><a id="l00557" name="l00557"></a><span class="lineno"> 557</span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/enable_if.html">std::enable_if_t</a><</div>
|
|
<div class="line"><a id="l00558" name="l00558"></a><span class="lineno"> 558</span> std::is_same_v<typename Dest::unit_type, typename Src::unit_type> &&</div>
|
|
<div class="line"><a id="l00559" name="l00559"></a><span class="lineno"> 559</span> std::is_integral_v<typename Dest::value_type> &&</div>
|
|
<div class="line"><a id="l00560" name="l00560"></a><span class="lineno"> 560</span> std::is_integral_v<typename Src::value_type>,</div>
|
|
<div class="line"><a id="l00561" name="l00561"></a><span class="lineno"> 561</span> Dest></div>
|
|
<div class="line"><a id="l00562" name="l00562"></a><span class="lineno"><a class="line" href="namespaceripple.html#a6f5e085adfb706cce6970d2a05b62ca4"> 562</a></span><a class="code hl_function" href="namespaceripple.html#af8e7a4d7e15874cf3484675cb4963c67">unsafe_cast</a>(Src s) <span class="keyword">noexcept</span></div>
|
|
<div class="line"><a id="l00563" name="l00563"></a><span class="lineno"> 563</span>{</div>
|
|
<div class="line"><a id="l00564" name="l00564"></a><span class="lineno"> 564</span> <span class="comment">// Dest may not have an explicit value constructor</span></div>
|
|
<div class="line"><a id="l00565" name="l00565"></a><span class="lineno"> 565</span> <span class="keywordflow">return</span> Dest{unsafe_cast<typename Dest::value_type>(s.value())};</div>
|
|
<div class="line"><a id="l00566" name="l00566"></a><span class="lineno"> 566</span>}</div>
|
|
<div class="line"><a id="l00567" name="l00567"></a><span class="lineno"> 567</span> </div>
|
|
<div class="line"><a id="l00568" name="l00568"></a><span class="lineno"> 568</span>} <span class="comment">// namespace ripple</span></div>
|
|
<div class="line"><a id="l00569" name="l00569"></a><span class="lineno"> 569</span> </div>
|
|
<div class="line"><a id="l00570" name="l00570"></a><span class="lineno"> 570</span><span class="preprocessor">#endif </span><span class="comment">// BASICS_FEES_H_INCLUDED</span></div>
|
|
<div class="ttc" id="abasic_istream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_istream.html">std::istream</a></div></div>
|
|
<div class="ttc" id="abasic_ostream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::basic_ostream</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>
|
|
<div class="ttc" id="aclassJson_1_1Value_html"><div class="ttname"><a href="classJson_1_1Value.html">Json::Value</a></div><div class="ttdoc">Represents a JSON value.</div><div class="ttdef"><b>Definition:</b> <a href="json__value_8h_source.html#l00149">json_value.h:150</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html">ripple::feeunit::TaggedFee</a></div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00078">FeeUnits.h:84</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a0ec10830da3854fe80f20a33bd6cb188"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a0ec10830da3854fe80f20a33bd6cb188">ripple::feeunit::TaggedFee::TaggedFee</a></div><div class="ttdeci">constexpr TaggedFee(TaggedFee< unit_type, Other > const &fee)</div><div class="ttdoc">Instances with the same unit, and a type that is "safe" to convert to this one can be converted impli...</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00147">FeeUnits.h:147</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a1a4ad441c404ab5425eb9a8fa86d2ebd"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a1a4ad441c404ab5425eb9a8fa86d2ebd">ripple::feeunit::TaggedFee::jsonClipped</a></div><div class="ttdeci">std::enable_if_t< is_usable_unit_v< TaggedFee >, Json::Value > jsonClipped() const</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00294">FeeUnits.h:294</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a265f0a2028070c0f76f35a0e98c07549"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a265f0a2028070c0f76f35a0e98c07549">ripple::feeunit::TaggedFee::operator=</a></div><div class="ttdeci">constexpr TaggedFee & operator=(TaggedFee const &other)=default</div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a294c63692baeb76e9ce1199f8994fdff"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a294c63692baeb76e9ce1199f8994fdff">ripple::feeunit::TaggedFee::operator++</a></div><div class="ttdeci">TaggedFee & operator++()</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00186">FeeUnits.h:186</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a33139e8e81fbeccb909b614c7412bfda"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a33139e8e81fbeccb909b614c7412bfda">ripple::feeunit::TaggedFee::operator--</a></div><div class="ttdeci">TaggedFee & operator--()</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00193">FeeUnits.h:193</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a3787fedcb24e2744ec27197aa9ed640c"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a3787fedcb24e2744ec27197aa9ed640c">ripple::feeunit::TaggedFee::operator=</a></div><div class="ttdeci">TaggedFee & operator=(value_type fee)</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00133">FeeUnits.h:133</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a37b566e7bc2eee5863759003089ffe2e"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a37b566e7bc2eee5863759003089ffe2e">ripple::feeunit::TaggedFee::operator==</a></div><div class="ttdeci">bool operator==(value_type other) const</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00243">FeeUnits.h:243</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a3ae33a713ae61ee5c2accaad2ceec557"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a3ae33a713ae61ee5c2accaad2ceec557">ripple::feeunit::TaggedFee::operator==</a></div><div class="ttdeci">bool operator==(TaggedFee< unit_type, Other > const &other) const</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00237">FeeUnits.h:237</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a4e4161262fede1e12e23129eb29c12b6"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a4e4161262fede1e12e23129eb29c12b6">ripple::feeunit::TaggedFee::operator/</a></div><div class="ttdeci">constexpr value_type operator/(TaggedFee const &rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00166">FeeUnits.h:166</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a5231357d8336c83f2b405f2db51e8214"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a5231357d8336c83f2b405f2db51e8214">ripple::feeunit::TaggedFee::operator*</a></div><div class="ttdeci">friend constexpr TaggedFee operator*(value_type lhs, TaggedFee const &rhs)</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00159">FeeUnits.h:159</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a53b7d65a7ba87bb404755c6d001de97e"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a53b7d65a7ba87bb404755c6d001de97e">ripple::feeunit::TaggedFee::is_compatiblefee_v</a></div><div class="ttdeci">static constexpr bool is_compatiblefee_v</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00099">FeeUnits.h:99</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a5471d03f8c687eb872f179e4bd345acf"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a5471d03f8c687eb872f179e4bd345acf">ripple::feeunit::TaggedFee::value</a></div><div class="ttdeci">constexpr value_type value() const</div><div class="ttdoc">Returns the underlying value.</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00323">FeeUnits.h:323</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a5ed538cfc5e595bd5852079daa678850"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a5ed538cfc5e595bd5852079daa678850">ripple::feeunit::TaggedFee::operator>></a></div><div class="ttdeci">friend std::istream & operator>>(std::istream &s, TaggedFee &val)</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00329">FeeUnits.h:329</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a60ad547fb8fe07ce4d4f9783ed91e466"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a60ad547fb8fe07ce4d4f9783ed91e466">ripple::feeunit::TaggedFee::signum</a></div><div class="ttdeci">constexpr int signum() const noexcept</div><div class="ttdoc">Return the sign of the amount.</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00270">FeeUnits.h:270</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a697eec4ca0403ac0127e12092ea5645f"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a697eec4ca0403ac0127e12092ea5645f">ripple::feeunit::TaggedFee::operator%=</a></div><div class="ttdeci">std::enable_if_t< std::is_integral_v< transparent >, TaggedFee & > operator%=(value_type const &rhs)</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00215">FeeUnits.h:215</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a6cc516f2c24f8f9ac17e6e5449e105a2"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a6cc516f2c24f8f9ac17e6e5449e105a2">ripple::feeunit::TaggedFee::enable_if_compatible_t</a></div><div class="ttdeci">typename std::enable_if_t< is_compatible_v< Other > > enable_if_compatible_t</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00104">FeeUnits.h:105</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a715d91d274d8d58a6ea4831ed9bacae5"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a715d91d274d8d58a6ea4831ed9bacae5">ripple::feeunit::TaggedFee::operator=</a></div><div class="ttdeci">constexpr TaggedFee & operator=(beast::Zero)</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00122">FeeUnits.h:122</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a71b02cce1d4245629ad9a3f8d550833b"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a71b02cce1d4245629ad9a3f8d550833b">ripple::feeunit::TaggedFee::TaggedFee</a></div><div class="ttdeci">constexpr TaggedFee(value_type fee)</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00128">FeeUnits.h:128</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a813aa4c9e03ba335d9ff9f764f1d6fa7"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a813aa4c9e03ba335d9ff9f764f1d6fa7">ripple::feeunit::TaggedFee::enable_if_compatiblefee_t</a></div><div class="ttdeci">typename std::enable_if_t< is_compatiblefee_v< OtherFee > > enable_if_compatiblefee_t</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00108">FeeUnits.h:109</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a81a216246058836327735b6fb717106c"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a81a216246058836327735b6fb717106c">ripple::feeunit::TaggedFee::TaggedFee</a></div><div class="ttdeci">constexpr TaggedFee(beast::Zero)</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00117">FeeUnits.h:117</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a8277c08e6f3764559df724c8d6e69bde"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a8277c08e6f3764559df724c8d6e69bde">ripple::feeunit::TaggedFee::operator-</a></div><div class="ttdeci">TaggedFee operator-() const</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00222">FeeUnits.h:222</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_a9bb4bcb8aebfff59d1496e48ac99e9c0"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#a9bb4bcb8aebfff59d1496e48ac99e9c0">ripple::feeunit::TaggedFee::fee_</a></div><div class="ttdeci">value_type fee_</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00090">FeeUnits.h:90</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_aab9d9ac64ee997c35c0df60691af2ea9"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#aab9d9ac64ee997c35c0df60691af2ea9">ripple::feeunit::TaggedFee::TaggedFee</a></div><div class="ttdeci">constexpr TaggedFee(TaggedFee const &other)=default</div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_aad8dff4465728c1e11d5ced1edf5107e"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#aad8dff4465728c1e11d5ced1edf5107e">ripple::feeunit::TaggedFee::unit_type</a></div><div class="ttdeci">UnitTag unit_type</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00086">FeeUnits.h:86</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_ab60e031c577f8aaa0903c97b0c8b1fd0"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#ab60e031c577f8aaa0903c97b0c8b1fd0">ripple::feeunit::TaggedFee::operator-=</a></div><div class="ttdeci">TaggedFee & operator-=(TaggedFee const &other)</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00179">FeeUnits.h:179</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_ac1648164b555b07759d0b4f3feb7a02b"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#ac1648164b555b07759d0b4f3feb7a02b">ripple::feeunit::TaggedFee::operator*=</a></div><div class="ttdeci">TaggedFee & operator*=(value_type const &rhs)</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00200">FeeUnits.h:200</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_ac2d7290ba9d745cf3e4849df7ea2e21c"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#ac2d7290ba9d745cf3e4849df7ea2e21c">ripple::feeunit::TaggedFee::value_type</a></div><div class="ttdeci">T value_type</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00087">FeeUnits.h:87</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_acaf473e9ada14c75387c6d0bfc22f478"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#acaf473e9ada14c75387c6d0bfc22f478">ripple::feeunit::TaggedFee::decimalFromReference</a></div><div class="ttdeci">constexpr double decimalFromReference(TaggedFee< unit_type, Other > reference) const</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00284">FeeUnits.h:284</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_ada9a645dfc680818988cc9e06031e765"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#ada9a645dfc680818988cc9e06031e765">ripple::feeunit::TaggedFee::TaggedFee</a></div><div class="ttdeci">TaggedFee()=default</div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_ada9bd86aa6b57a2447feea8868631323"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#ada9bd86aa6b57a2447feea8868631323">ripple::feeunit::TaggedFee::operator<</a></div><div class="ttdeci">bool operator<(TaggedFee const &other) const</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00255">FeeUnits.h:256</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_adc5592612e7b60d0a51c700ca5997be0"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#adc5592612e7b60d0a51c700ca5997be0">ripple::feeunit::TaggedFee::is_compatible_v</a></div><div class="ttdeci">static constexpr bool is_compatible_v</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00094">FeeUnits.h:94</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_adf0698d6fcf568a9f7154c13c83fe3a6"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#adf0698d6fcf568a9f7154c13c83fe3a6">ripple::feeunit::TaggedFee::fee</a></div><div class="ttdeci">constexpr value_type fee() const</div><div class="ttdoc">Returns the number of drops.</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00277">FeeUnits.h:277</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_adfd812a573555b658a7d85ef216d660c"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#adfd812a573555b658a7d85ef216d660c">ripple::feeunit::TaggedFee::operator/=</a></div><div class="ttdeci">TaggedFee & operator/=(value_type const &rhs)</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00207">FeeUnits.h:207</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_ae3aaa538f8be818c3aff1a33aa595960"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#ae3aaa538f8be818c3aff1a33aa595960">ripple::feeunit::TaggedFee::operator*</a></div><div class="ttdeci">constexpr TaggedFee operator*(value_type const &rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00153">FeeUnits.h:153</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_ae4d3845524d2a72577c54cbfd67bc7ea"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#ae4d3845524d2a72577c54cbfd67bc7ea">ripple::feeunit::TaggedFee::operator+=</a></div><div class="ttdeci">TaggedFee & operator+=(TaggedFee const &other)</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00172">FeeUnits.h:172</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_af4ee2f1697d3b10aef46aabae52b0922"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#af4ee2f1697d3b10aef46aabae52b0922">ripple::feeunit::TaggedFee::operator!=</a></div><div class="ttdeci">bool operator!=(TaggedFee< unit_type, Other > const &other) const</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00250">FeeUnits.h:250</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1feeunit_1_1TaggedFee_html_afedc3de1820bcf7e15f295becb853207"><div class="ttname"><a href="classripple_1_1feeunit_1_1TaggedFee.html#afedc3de1820bcf7e15f295becb853207">ripple::feeunit::TaggedFee::operator==</a></div><div class="ttdeci">bool operator==(TaggedFee const &other) const</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00230">FeeUnits.h:230</a></div></div>
|
|
<div class="ttc" id="acmath_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cmath.html">cmath</a></div></div>
|
|
<div class="ttc" id="aconditional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/conditional.html">std::conditional_t</a></div></div>
|
|
<div class="ttc" id="aenable_if_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/enable_if.html">std::enable_if_t</a></div></div>
|
|
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a></div></div>
|
|
<div class="ttc" id="aios_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/ios.html">ios</a></div></div>
|
|
<div class="ttc" id="aiosfwd_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/iosfwd.html">iosfwd</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="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="amin_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/numeric_limits/min.html">std::numeric_limits::min</a></div><div class="ttdeci">T min(T... args)</div></div>
|
|
<div class="ttc" id="anamespaceJson_html_a91fe494468d6262cf119456ba139de34"><div class="ttname"><a href="namespaceJson.html#a91fe494468d6262cf119456ba139de34">Json::Int</a></div><div class="ttdeci">int Int</div><div class="ttdef"><b>Definition:</b> <a href="json__forwards_8h_source.html#l00026">json_forwards.h:26</a></div></div>
|
|
<div class="ttc" id="anamespaceJson_html_ab1488c31a37eea2d37f36a0961372572"><div class="ttname"><a href="namespaceJson.html#ab1488c31a37eea2d37f36a0961372572">Json::UInt</a></div><div class="ttdeci">unsigned int UInt</div><div class="ttdef"><b>Definition:</b> <a href="json__forwards_8h_source.html#l00027">json_forwards.h:27</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1feeunit_html_a0049d4ec9e01af1bc92b93091082331a"><div class="ttname"><a href="namespaceripple_1_1feeunit.html#a0049d4ec9e01af1bc92b93091082331a">ripple::feeunit::enable_muldiv_sources_t</a></div><div class="ttdeci">typename std::enable_if_t< can_muldiv_sources_v< Source1, Source2 > > enable_muldiv_sources_t</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00399">FeeUnits.h:400</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1feeunit_html_a189bd0d0f49fa6d39a6f501496e85b83"><div class="ttname"><a href="namespaceripple_1_1feeunit.html#a189bd0d0f49fa6d39a6f501496e85b83">ripple::feeunit::is_usable_unit_v</a></div><div class="ttdeci">constexpr bool is_usable_unit_v</div><div class="ttdoc">is_usable_unit_v is checked to ensure that only values with known valid type tags can be used (someti...</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00071">FeeUnits.h:71</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1feeunit_html_a2fcae68e9223377a6c92cc1bea73d97b"><div class="ttname"><a href="namespaceripple_1_1feeunit.html#a2fcae68e9223377a6c92cc1bea73d97b">ripple::feeunit::to_string</a></div><div class="ttdeci">std::string to_string(TaggedFee< UnitTag, T > const &amount)</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00346">FeeUnits.h:346</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1feeunit_html_a52770690ddc7af6d464058b1d7fd454b"><div class="ttname"><a href="namespaceripple_1_1feeunit.html#a52770690ddc7af6d464058b1d7fd454b">ripple::feeunit::can_muldiv_dest_v</a></div><div class="ttdeci">constexpr bool can_muldiv_dest_v</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00356">FeeUnits.h:356</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1feeunit_html_a5506a3447580e5325354f05afe94dfbe"><div class="ttname"><a href="namespaceripple_1_1feeunit.html#a5506a3447580e5325354f05afe94dfbe">ripple::feeunit::mulDivU</a></div><div class="ttdeci">std::optional< Dest > mulDivU(Source1 value, Dest mul, Source2 div)</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00423">FeeUnits.h:423</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1feeunit_html_a5b7fce21eaa0f63f6be19f24945c20c4"><div class="ttname"><a href="namespaceripple_1_1feeunit.html#a5b7fce21eaa0f63f6be19f24945c20c4">ripple::feeunit::can_muldiv_sources_v</a></div><div class="ttdeci">constexpr bool can_muldiv_sources_v</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00366">FeeUnits.h:366</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1feeunit_html_a826b8097444ee21ee2be3b7895d6477b"><div class="ttname"><a href="namespaceripple_1_1feeunit.html#a826b8097444ee21ee2be3b7895d6477b">ripple::feeunit::enable_if_unit_t</a></div><div class="ttdeci">typename std::enable_if_t< std::is_class_v< T > &&std::is_object_v< typename T::unit_type > &&std::is_object_v< typename T::value_type > > enable_if_unit_t</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00059">FeeUnits.h:61</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1feeunit_html_a85e0fae208b86def258491cfa15a1d36"><div class="ttname"><a href="namespaceripple_1_1feeunit.html#a85e0fae208b86def258491cfa15a1d36">ripple::feeunit::operator<<</a></div><div class="ttdeci">std::basic_ostream< Char, Traits > & operator<<(std::basic_ostream< Char, Traits > &os, TaggedFee< UnitTag, T > const &q)</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00071">FeeUnits.h:339</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1feeunit_html_a9cc51e91c4478f0e2a3e942edc19b60e"><div class="ttname"><a href="namespaceripple_1_1feeunit.html#a9cc51e91c4478f0e2a3e942edc19b60e">ripple::feeunit::can_muldiv_commute_v</a></div><div class="ttdeci">constexpr bool can_muldiv_commute_v</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00388">FeeUnits.h:388</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1feeunit_html_aa16a30447d57c0dd9a5f5013ad73ec05"><div class="ttname"><a href="namespaceripple_1_1feeunit.html#aa16a30447d57c0dd9a5f5013ad73ec05">ripple::feeunit::enable_muldiv_t</a></div><div class="ttdeci">typename std::enable_if_t< can_muldiv_v< Source1, Source2, Dest > > enable_muldiv_t</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00403">FeeUnits.h:404</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1feeunit_html_aafaef1c66b8e67bbf391746cdf2d0f2f"><div class="ttname"><a href="namespaceripple_1_1feeunit.html#aafaef1c66b8e67bbf391746cdf2d0f2f">ripple::feeunit::can_muldiv_v</a></div><div class="ttdeci">constexpr bool can_muldiv_v</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00377">FeeUnits.h:377</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1feeunit_html_ab6055a46ddc52c563a90e603901bdeb3"><div class="ttname"><a href="namespaceripple_1_1feeunit.html#ab6055a46ddc52c563a90e603901bdeb3">ripple::feeunit::enable_muldiv_source_t</a></div><div class="ttdeci">typename std::enable_if_t< can_muldiv_source_v< T > > enable_muldiv_source_t</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00392">FeeUnits.h:393</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1feeunit_html_ab8b725740f2cbaeef0ba8b23d82e784d"><div class="ttname"><a href="namespaceripple_1_1feeunit.html#ab8b725740f2cbaeef0ba8b23d82e784d">ripple::feeunit::enable_muldiv_dest_t</a></div><div class="ttdeci">typename std::enable_if_t< can_muldiv_dest_v< T > > enable_muldiv_dest_t</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00396">FeeUnits.h:396</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1feeunit_html_ab9486bd33af6f7c7a5a947933d94ee05"><div class="ttname"><a href="namespaceripple_1_1feeunit.html#ab9486bd33af6f7c7a5a947933d94ee05">ripple::feeunit::enable_muldiv_commute_t</a></div><div class="ttdeci">typename std::enable_if_t< can_muldiv_commute_v< Source1, Source2, Dest > > enable_muldiv_commute_t</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00407">FeeUnits.h:408</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1feeunit_html_ac3f1b2c8ed2cbc6045f381eef79d22dd"><div class="ttname"><a href="namespaceripple_1_1feeunit.html#ac3f1b2c8ed2cbc6045f381eef79d22dd">ripple::feeunit::scalar</a></div><div class="ttdeci">TaggedFee< unitlessTag, T > scalar(T value)</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00412">FeeUnits.h:412</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1feeunit_html_affd5a099128e424c211bd6b6ec0356d4"><div class="ttname"><a href="namespaceripple_1_1feeunit.html#affd5a099128e424c211bd6b6ec0356d4">ripple::feeunit::can_muldiv_source_v</a></div><div class="ttdeci">constexpr bool can_muldiv_source_v</div><div class="ttdef"><b>Definition:</b> <a href="FeeUnits_8h_source.html#l00352">FeeUnits.h:352</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="algorithm_8h_source.html#l00026">algorithm.h:26</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a45fb47210c42ed6314f8933506077031"><div class="ttname"><a href="namespaceripple.html#a45fb47210c42ed6314f8933506077031">ripple::safe_cast</a></div><div class="ttdeci">constexpr std::enable_if_t< std::is_integral_v< Dest > &&std::is_integral_v< Src >, Dest > safe_cast(Src s) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="safe__cast_8h_source.html#l00042">safe_cast.h:42</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a5adb540ae694e45bca2ad089fff15128"><div class="ttname"><a href="namespaceripple.html#a5adb540ae694e45bca2ad089fff15128">ripple::multiply</a></div><div class="ttdeci">STAmount multiply(STAmount const &amount, Rate const &rate)</div><div class="ttdef"><b>Definition:</b> <a href="Rate2_8cpp_source.html#l00053">Rate2.cpp:53</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ad012d6a36cd38b19ab4d8b47521fbd5f"><div class="ttname"><a href="namespaceripple.html#ad012d6a36cd38b19ab4d8b47521fbd5f">ripple::mulDiv</a></div><div class="ttdeci">std::optional< std::uint64_t > mulDiv(std::uint64_t value, std::uint64_t mul, std::uint64_t div)</div><div class="ttdoc">Return value*mul/div accurately.</div><div class="ttdef"><b>Definition:</b> <a href="mulDiv_8cpp_source.html#l00032">mulDiv.cpp:32</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_af8e7a4d7e15874cf3484675cb4963c67"><div class="ttname"><a href="namespaceripple.html#af8e7a4d7e15874cf3484675cb4963c67">ripple::unsafe_cast</a></div><div class="ttdeci">constexpr std::enable_if_t< std::is_integral_v< Dest > &&std::is_integral_v< Src >, Dest > unsafe_cast(Src s) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="safe__cast_8h_source.html#l00078">safe_cast.h:78</a></div></div>
|
|
<div class="ttc" id="aoptional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/optional.html">optional</a></div></div>
|
|
<div class="ttc" id="asstream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/sstream.html">sstream</a></div></div>
|
|
<div class="ttc" id="astring_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/string.html">string</a></div></div>
|
|
<div class="ttc" id="astructbeast_1_1Zero_html"><div class="ttname"><a href="structbeast_1_1Zero.html">beast::Zero</a></div><div class="ttdoc">Zero allows classes to offer efficient comparisons to zero.</div><div class="ttdef"><b>Definition:</b> <a href="Zero_8h_source.html#l00042">Zero.h:43</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="autility_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/utility.html">utility</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5
|
|
</small></address>
|
|
</body>
|
|
</html>
|