Boost.DynamicBitset

    • Boost.DynamicBitset
    • Reference
  • boost::dynamic_bitset::size_type
arrow_upward

boost::dynamic_bitset::size_type

An unsigned integral type that can represent the size of the bitset. See size().

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

typedef std::size_t size_type;

Created with MrDocs