TensorStore
tensorstore::BitIterator<T>::operator+
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
          • Cspan
          • CUtf8String
          • CSmallBitSet
            • Types
            • Constructors
            • Methods
            • Conversion operators
            • Set operations
            • Friend functions
            • Related Types
              • CBitRef
              • CBitIterator
                • Types
                • Data members
                • Constructors
                • Methods
                • Arithmetic operations
                  • Foperator++
                  • Foperator--
                  • Foperator++
                  • Foperator--
                  • Foperator+
                  • Foperator-
                • Friend functions
          • CMaybeHardConstraintSpan
          • CMaybeHardConstraintIndex
          • VIsCompatibleOptionSequence
          • 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"
    friend BitIterator
    tensorstore::BitIterator<T>::operator+(BitIterator it,
                                           
    ptrdiff_t offset);
    friend BitIterator
    tensorstore::BitIterator<T>::operator+(ptrdiff_t offset,
                                           
    BitIterator it);
    BitIterator& tensorstore::BitIterator<T>::operator+=(ptrdiff_t x);

    Adds an offset to an iterator.

    Back to top
    Previous tensorstore::BitIterator<T>::operator--
    Next tensorstore::BitIterator<T>::operator-[offset]