Indexed_bitset observers¶
-
constexpr size_t indexed_bitset::size() const¶
- Returns
The number of individual bits in the bitset
Extensions¶
-
static constexpr bool indexed_bitset::in_range(index)¶
static constexpr method that returns
true
if the argument is a valid index value for this bitset, ie callingoperator[value]
is well defined behavior. Returnsfalse
otherwise.