Documentation for 0931d530ae

This commit is contained in:
github-actions
2023-01-22 19:44:10 +00:00
parent a448f64699
commit b48f6e8671
2457 changed files with 9513 additions and 8691 deletions

View File

@@ -3,7 +3,7 @@
<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="generator" content="Doxygen 1.9.6"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: binary_search_tree&lt; T &gt;::bst_node Struct Reference</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
@@ -41,7 +41,7 @@ MathJax.Hub.Config({
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.5 -->
<!-- Generated by Doxygen 1.9.6 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -130,7 +130,7 @@ Public Attributes</h2></td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><div class="compoundTemplParams">template&lt;class T&gt;<br />
struct binary_search_tree&lt; T &gt;::bst_node</div><p >A struct to represent a node in the Binary Search Tree. </p>
struct binary_search_tree&lt; T &gt;::bst_node</div><p>A struct to represent a node in the Binary Search Tree. </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="a51dd9bd6dd32bce3b74dd64557306778" name="a51dd9bd6dd32bce3b74dd64557306778"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a51dd9bd6dd32bce3b74dd64557306778">&#9670;&#160;</a></span>bst_node()</h2>
@@ -157,7 +157,7 @@ template&lt;class T &gt; </div>
</tr>
</table>
</div><div class="memdoc">
<p >Constructor for <a class="el" href="../../dd/db6/structbinary__search__tree_1_1bst__node.html" title="A struct to represent a node in the Binary Search Tree.">bst_node</a>, used to simplify node construction and smart pointer construction. </p><dl class="params"><dt>Parameters</dt><dd>
<p>Constructor for <a class="el" href="../../dd/db6/structbinary__search__tree_1_1bst__node.html" title="A struct to represent a node in the Binary Search Tree.">bst_node</a>, used to simplify node construction and smart pointer construction. </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">_value</td><td>The value of the constructed node. </td></tr>
</table>
@@ -188,7 +188,7 @@ template&lt;class T &gt; </div>
</tr>
</table>
</div><div class="memdoc">
<p >Pointer to left subtree. </p>
<p>Pointer to left subtree. </p>
</div>
</div>
@@ -205,7 +205,7 @@ template&lt;class T &gt; </div>
</tr>
</table>
</div><div class="memdoc">
<p >Pointer to right subtree. </p>
<p>Pointer to right subtree. </p>
</div>
</div>
@@ -222,7 +222,7 @@ template&lt;class T &gt; </div>
</tr>
</table>
</div><div class="memdoc">
<p >The value/key of the node. </p>
<p>The value/key of the node. </p>
</div>
</div>
@@ -235,7 +235,7 @@ template&lt;class T &gt; </div>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../d9/dde/classbinary__search__tree.html">binary_search_tree</a></li><li class="navelem"><a class="el" href="../../dd/db6/structbinary__search__tree_1_1bst__node.html">bst_node</a></li>
<li class="footer">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 </li>
<li class="footer">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.6 </li>
</ul>
</div>
</body>