Boost.DynamicBitset

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

boost::dynamic_bitset::npos

The maximum value of size_type.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

inline constexpr static
size_type npos = static_cast< size_type >( ‐1 );

Created with MrDocs