TensorStore
tensorstore::IndexDomainDimension<LabelCKind>::Label
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • T Index
          • T DimensionIndex
          • C IndexInterval
          • C OptionallyImplicitIndexInterval
          • C IndexDomainDimension
            • Types
              • T Label
            • Constructors
            • Methods
            • Friend functions
            • Related Functions
          • T InlineRank
          • C RankConstraint
          • C Box
          • T DimensionSet
          • C IndexDomain
          • 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
    #include "tensorstore/index_interval.h"
    using tensorstore::IndexDomainDimension<LabelCKind>::Label =
        std::conditional_t<LabelCKind == container,
                           std::string,
                           std::string_view>;

    Dimension label representation.