TensorStore
tensorstore::DimensionIdentifier::operator==
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
          • COptionallyImplicitIndexInterval
          • CIndexDomainDimension
          • TInlineRank
          • CRankConstraint
          • CBox
          • TDimensionSet
          • CIndexDomain
          • CIndexTransform
          • VIsIndexArray
          • CDimExpression
            • Methods
            • Related Types
              • TDimensionIndexBuffer
              • CDimensionIdentifier
                • Constructors
                • Methods
                • Friend functions
                  • Foperator==
                  • Foperator<<
                • Related Functions
              • CDimRangeSpec
              • TDynamicDimSpec
              • CIsIndexVectorOrScalar
            • Related Functions
          • 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/dimension_identifier.h"
    friend bool tensorstore::DimensionIdentifier::operator==(
        
    const DimensionIdentifier& a,
        
    const DimensionIdentifier& b);
    friend bool tensorstore::DimensionIdentifier::operator!=(
        
    const DimensionIdentifier& a,
        
    const DimensionIdentifier& b);

    Compares two dimension identifiers.

    Back to top
    Previous tensorstore::DimensionIdentifier::label
    Next tensorstore::DimensionIdentifier::operator<<