boost::dynamic_bitset::bits_per_block
The number of bits the type Block uses to represent values, excluding any padding bits. Numerically equal to std::numeric_limits< Block >::digits.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
inline constexpr static
int bits_per_block = std::numeric_limits< Block >::digits;
Created with MrDocs