File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-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 (`boost::dynamic_bitset`) provides access to the value of individual
14
- bits via `operator[]` and provides all of the bitwise operators that one can
15
- apply to builtin integers, such as `operator&` and `operator<<`. The number of
16
- bits can change at runtime.
13
+ The set
14
+ (xref:reference:boost/dynamic_bitset.adoc#boost-dynamic_bitset[dynamic_bitset])
15
+ provides access to the value of individual bits via
16
+ xref:reference:boost/dynamic_bitset/operator_subs-08.adoc[operator[\]] and
17
+ provides all of the bitwise operators that one can apply to builtin integers,
18
+ such as xref:reference:boost/operator_bitand.adoc[operator&] and
19
+ xref:reference:boost/dynamic_bitset/operator_lshift.adoc[operator<<]. The number
20
+ of bits can change at runtime.
17
21
18
22
`dynamic_bitset` is nearly identical to `std::bitset`. The difference is that
19
23
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