TensorStore
tensorstore::span<T, Extent>::reverse_iterator
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
          • Cspan
            • Types
              • Telement_type
              • Tvalue_type
              • Tindex_type
              • Tdifference_type
              • Tpointer
              • Tconst_pointer
              • Treference
              • Tconst_reference
              • Titerator
              • Tconst_iterator
              • Treverse_iterator
              • Tconst_reverse_iterator
            • Data members
            • Constructors
            • Methods
            • Related Constants
            • Related Functions
          • CUtf8String
          • CSmallBitSet
          • 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/span.h"
    using tensorstore::span<T, Extent>::reverse_iterator =
       
     std::reverse_iterator<iterator>;

    Reverse iterator type.

    Back to top
    Previous tensorstore::span<T, Extent>::const_iterator
    Next tensorstore::span<T, Extent>::const_reverse_iterator