Documentation for eae5a72561

This commit is contained in:
github-actions
2022-09-13 16:11:32 +00:00
parent 45787b7c7c
commit ecd8ec0856
411 changed files with 5554 additions and 2573 deletions

View File

@@ -0,0 +1,5 @@
<map id="data_structures::Bitset" name="data_structures::Bitset">
<area shape="rect" id="node1" title="Simple bitset implementation for bloom filter." alt="" coords="5,181,160,207"/>
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="115,93,285,119"/>
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/types/size_t.html" title=" " alt="" coords="9,5,92,31"/>
</map>

View File

@@ -0,0 +1 @@
7232f1d79c8c17ef80e4ca0ed0f1ecdd

View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 5.0.1 (20220820.1526)
-->
<!-- Title: data_structures::Bitset Pages: 1 -->
<svg width="218pt" height="159pt"
viewBox="0.00 0.00 217.50 159.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 155)">
<title>data_structures::Bitset</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Simple bitset implementation for bloom filter.">
<polygon fill="#999999" stroke="#666666" points="116,-19 0,-19 0,0 116,0 116,-19"/>
<text text-anchor="middle" x="58" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::Bitset</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="209.5,-85 82.5,-85 82.5,-66 209.5,-66 209.5,-85"/>
<text text-anchor="middle" x="146" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector&lt; std::size_t &gt;</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node2&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M125.83,-59.83C108.57,-47.28 84.31,-29.63 69.96,-19.2"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="123.99,-62.82 134.13,-65.87 128.1,-57.16 123.99,-62.82"/>
<text text-anchor="middle" x="118" y="-40" font-family="Helvetica,sans-Serif" font-size="10.00"> data</text>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/types/size_t.html" xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="65,-151 3,-151 3,-132 65,-132 65,-151"/>
<text text-anchor="middle" x="34" y="-139" font-family="Helvetica,sans-Serif" font-size="10.00">std::size_t</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node1 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M29.19,-121.87C26.03,-106.63 23.29,-84.63 28,-66 32.51,-48.16 44.02,-29.83 51.4,-19.34"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="25.78,-122.68 31.45,-131.63 32.6,-121.1 25.78,-122.68"/>
<text text-anchor="middle" x="51" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00"> blockSize</text>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M57.87,-126.86C79.92,-114.26 112.02,-95.92 130.78,-85.2"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="56.05,-123.87 49.1,-131.87 59.52,-129.95 56.05,-123.87"/>
<text text-anchor="middle" x="117.5" y="-106" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB