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:
@@ -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 <jeremy.siek -at- gmail.com></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& and operator<<. 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.
Reference in New Issue
Block a user