File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
Boost.DynamicBitset is a portable library that provides a set of bits.
12
12
13
- The set (cpp: dynamic_bitset[ ]) provides access to the value of individual bits
14
- via cpp:dynamic_bitset:: operator\ [\][ ] and provides all of the bitwise operators
15
- that one can apply to builtin integers, such as cpp: operator&[ ] and
16
- cpp: operator<<[ ]. The number of bits can change at runtime.
13
+ The set (xref:reference:boost/ dynamic_bitset.adoc#boost-dynamic_bitset[dynamic_bitset ]) provides access to the value of individual bits
14
+ via xref:reference:boost/operator_subs-08.adoc[ operator[\]] and provides all of the bitwise operators
15
+ that one can apply to builtin integers, such as xref:reference:boost/operator_bitand.adoc[ operator&] and
16
+ xref:reference:boost/operator_lshift.adoc[ operator<<]. The number of bits can change at runtime.
17
17
18
18
`dynamic_bitset` is nearly identical to `std::bitset`. The difference is that
19
19
the size of a `dynamic_bitset` (the number of bits) can change at runtime,
You can’t perform that action at this time.
0 commit comments