2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

Update documentation list

This commit is contained in:
Automated Commit
2024-11-26 09:26:35 +00:00
parent b93ff977d2
commit 2769b4377b
2 changed files with 14 additions and 0 deletions

View File

@@ -2003,6 +2003,20 @@
<cxxstd>03</cxxstd>
<category>Containers</category>
</library>
<library>
<key>dynamic_bitset</key>
<library_path>libs/dynamic_bitset/</library_path>
<boost-version>1.29.0</boost-version>
<update-version>develop</update-version>
<name>Dynamic Bitset</name>
<authors>Jeremy Siek</authors>
<authors>Chuck Allison</authors>
<maintainers>Jeremy Siek &lt;jeremy.siek -at- gmail.com&gt;</maintainers>
<description>The dynamic_bitset class represents a set of bits. It provides accesses to the value of individual bits via an operator[] and provides all of the bitwise operators that one can apply to builtin integers, such as operator&amp; and operator&lt;&lt;. The number of bits in the set is specified at runtime via a parameter to the constructor of the dynamic_bitset.</description>
<documentation>libs/dynamic_bitset/dynamic_bitset.html</documentation>
<cxxstd>11</cxxstd>
<category>Containers</category>
</library>
<library>
<key>endian</key>
<library_path>libs/endian/</library_path>

Binary file not shown.