TensorStore
tensorstore::span<T, Extent>::rbegin
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
          • C span
            • Types
            • Data members
            • Constructors
            • Methods
              • F data
              • F size
              • F empty
              • F size_bytes
              • F begin
              • F rbegin
              • F first [static]
              • F first [dynamic]
              • F last [static]
              • F last [dynamic]
              • F subspan [static]
              • F subspan [dynamic]
              • F operator[]
              • F at
              • F front
              • F back
            • Related Constants
            • Related Functions
          • C Utf8String
          • C SmallBitSet
          • 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/span.h"
    constexpr reverse_iterator
    tensorstore::span<T, Extent>::rbegin() const noexcept;
    constexpr const_reverse_iterator
    tensorstore::span<T, Extent>::crbegin() const noexcept;
    constexpr reverse_iterator
    tensorstore::span<T, Extent>::rend() const noexcept;
    constexpr const_reverse_iterator
    tensorstore::span<T, Extent>::crend() const noexcept;

    Returns begin/end reverse iterators.