TensorStore
tensorstore::IndexDomainView
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
          • COptionallyImplicitIndexInterval
          • CIndexDomainDimension
          • TInlineRank
          • CRankConstraint
          • CBox
          • TDimensionSet
          • CIndexDomain
            • Data members
            • Types
            • Constructors
            • Methods
            • Friend functions
            • Related Types
              • TIndexDomainView
            • Related Constants
            • Related Functions
            • Composition
          • CIndexTransform
          • VIsIndexArray
          • CDimExpression
          • Alignment
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/index_space/index_domain.h"
    template <DimensionIndex Rank = dynamic_rank>
    using tensorstore::IndexDomainView = IndexDomain<Rank, view>;

    Unowned view of an index domain.

    Back to top
    Previous tensorstore::IndexDomain<Rank, CKind>::ApplyIndexTransform
    Next tensorstore::IsIndexDomain