Skip to content
TensorStore
tensorstore::IndexDomain<Rank, CKind>::labels
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
            • Data members
            • Types
            • Constructors
            • Methods
              • F valid
              • F rank
              • F box
              • F origin
              • F shape
              • F labels
                • Pre
              • F implicit_lower_bounds
              • F implicit_upper_bounds
              • F operator[] [dim]
              • F operator[] [dims]
              • F num_elements
              • F Transpose
              • F Transpose [permutation]
              • F operator() [transform]
              • F operator() [transformable]
            • Friend functions
            • Related Types
            • Related Constants
            • Related Functions
            • Composition
          • C IndexTransform
          • 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
    • Pre
    #include "tensorstore/index_space/index_domain.h"
    span<const std::string, Rank>
    tensorstore::IndexDomain<Rank, CKind>::labels() const;

    Returns the vector of length rank() specifying the dimension labels.

    Pre:¶

    valid()