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
          • Cspan
            • Types
            • Data members
            • Constructors
            • Methods
              • Fdata
              • Fsize
              • Fempty
              • Fsize_bytes
              • Fbegin
              • Frbegin
              • Ffirst [static]
              • Ffirst [dynamic]
              • Flast [static]
              • Flast [dynamic]
              • Fsubspan [static]
              • Fsubspan [dynamic]
              • Foperator[]
              • Fat
              • Ffront
              • Fback
            • 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"
    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.

    Back to top
    Previous tensorstore::span<T, Extent>::begin
    Next tensorstore::span<T, Extent>::first[static]