TensorStore
tensorstore::SmallBitSet<N>::FromIndexRange
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
          • C span
          • C Utf8String
          • C SmallBitSet
            • Types
            • Constructors
            • Methods
              • F FromIndexRange
              • F FromBoolRange
              • F operator=
              • F size
              • F none
              • F any
              • F all
              • F test
              • F set
              • F operator[]
              • F to_uint
            • Conversion operators
            • Set operations
            • Friend functions
            • Related Types
          • C MaybeHardConstraintSpan
          • C MaybeHardConstraintIndex
          • V IsCompatibleOptionSequence
          • Error handling
          • Asynchronous support
          • JSON serialization
          • Compile-time data type/rank/mode constraints
          • String Utilities
          • Index vectors
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #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.