Skip to content

Commit 757939f

Browse files
committed
Add a few links to the reference in the documentation index
1 parent 4fee7e5 commit 757939f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

doc/modules/ROOT/pages/index.adoc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@
1010

1111
Boost.DynamicBitset is a portable library that provides a set of bits.
1212

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.
1721

1822
`dynamic_bitset` is nearly identical to `std::bitset`. The difference is that
1923
the size of a `dynamic_bitset` (the number of bits) can change at runtime,

0 commit comments

Comments
 (0)