Skip to content
TensorStore
tensorstore::IndexDomain<Rank, CKind>::IndexDomain[rank]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
          • COptionallyImplicitIndexInterval
          • CIndexDomainDimension
          • TInlineRank
          • CRankConstraint
          • CBox
          • TDimensionSet
          • CIndexDomain
            • Data members
            • Types
            • Constructors
              • FIndexDomain [default]
              • FIndexDomain [rank]
                • Checks
              • FIndexDomain [shape]
              • FIndexDomain [box]
              • FIndexDomain [labels]
              • FIndexDomain [convert]
              • FIndexDomain [unchecked]
            • Methods
            • Friend functions
            • Related Types
            • Related Constants
            • Related Functions
            • Composition
          • 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
    • Checks
    #include "tensorstore/index_space/index_domain.h"
    explicit tensorstore::IndexDomain<Rank, CKind>::IndexDomain(
        
    RankType rank);

    Constructs an unbounded domain with the specified rank.

    Checks:¶

    IsValidRank(rank)

    Back to top
    Previous tensorstore::IndexDomain<Rank, CKind>::IndexDomain[default]
    Next tensorstore::IndexDomain<Rank, CKind>::IndexDomain[shape]