TensorStore
tensorstore::OffsetArrayView
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
          • EContainerKind
          • CByteStridedPointer
          • CStridedLayout
          • CElementPointer
          • CArray
            • Types
            • Data members
            • Constructors
            • Methods
            • Indexing
            • Friend functions
            • Comparison
            • Related Types
              • EArrayOriginKind
              • TSharedArray
              • TSharedOffsetArray
              • TSharedArrayView
              • TSharedOffsetArrayView
              • TArrayView
              • TOffsetArrayView
            • Related Constants
            • Related Functions
            • Creation functions
            • Copy functions
            • Formatting
            • Broadcasting
          • CTransformedArray
          • Transformation
          • Iteration
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/array.h"
    template <typename Element, DimensionIndex Rank = dynamic_rank>
    using tensorstore::OffsetArrayView =
       
     Array<Element, Rank, offset_origin, view>;

    Same as ArrayView but supports an arbitrary Array::origin vector.

    Back to top
    Previous tensorstore::ArrayView
    Next tensorstore::IsArrayExplicitlyConvertible