Skip to content
TensorStore
tensorstore::OutputIndexMapRange<InputRank, OutputRank, CKind>::operator[]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • T Index
          • T DimensionIndex
          • C IndexInterval
          • C OptionallyImplicitIndexInterval
          • C IndexDomainDimension
          • T InlineRank
          • C RankConstraint
          • C Box
          • T DimensionSet
          • C IndexDomain
          • C IndexTransform
            • Data members
            • Constructors
            • Methods
            • Accessors
            • Friend functions
            • Related Types
              • C OutputIndexMapRef
              • C OutputIndexMapRange
                • Types
                • Data members
                • Constructors
                • Methods
                  • F size
                  • F empty
                  • F begin
                  • F operator[]
                    • Dchecks
                  • F input_rank
                • Related Types
              • T IndexTransformView
            • Related Constants
            • Related Functions
            • Identity transform
            • Bounds propagation
          • V IsIndexArray
          • C DimExpression
          • 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
    • Dchecks
    #include "tensorstore/index_space/output_index_map.h"
    OutputIndexMapRef<InputRank>
    tensorstore::OutputIndexMapRange<InputRank, OutputRank, CKind>::
    operator[](DimensionIndex output_dim) const;

    Returns the output index map for dimension output_dim.

    Dchecks:¶

    0 <= output_dim && output_dim < size().