We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96250c commit 688a99fCopy full SHA for 688a99f
dynamic_bitset.html
@@ -1561,7 +1561,7 @@ <h3><a id="non-member-functions">Non-Member Functions</a></h3>
1561
represents the bits in the position range
1562
<tt>[0,bits_per_block)</tt> in the bitset, the second block
1563
written the bits in the range
1564
-<tt>[bits_pre_block,2*bits_per_block)</tt>, and so on. For each
+<tt>[bits_per_block,2*bits_per_block)</tt>, and so on. For each
1565
block <tt>bval</tt> written, the bit <tt>(bval >> i) &
1566
1</tt> corresponds to the bit at position <tt>(b * bits_per_block
1567
+ i)</tt> in the bitset.<br />
0 commit comments