-
#include "tensorstore/util/small_bit_set.h"
-
template <typename Range>
static constexpr SmallBitSet
tensorstore::SmallBitSet<N>::FromIndexRange(Range&& range); -
template <typename Iterator>
static constexpr SmallBitSet
tensorstore::SmallBitSet<N>::FromIndexRange(Iterator begin,
Iterator end); Constructs the set containing bits at the indices specified by the range.