TensorStore
tensorstore::IndexDomainDimension<LabelCKind>::label
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
          • COptionallyImplicitIndexInterval
          • CIndexDomainDimension
            • Types
            • Constructors
            • Methods
              • Foperator=
              • Foptionally_implicit_interval
              • Flabel
            • Friend functions
            • Related Functions
          • TInlineRank
          • CRankConstraint
          • CBox
          • TDimensionSet
          • CIndexDomain
          • 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_interval.h"
    std::string_view
    tensorstore::IndexDomainDimension<LabelCKind>::label() const;
    Label& tensorstore::IndexDomainDimension<LabelCKind>::label();

    Returns the dimension label.

    Back to top
    Previous tensorstore::IndexDomainDimension<LabelCKind>::optionally_implicit_interval
    Next tensorstore::IndexDomainDimension<LabelCKind>::operator==