Skip to content
TensorStore
tensorstore::BoxView<Rank, Mutable>::BoxView[default]
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
            • Data members
            • Types
            • Constructors
            • Methods
            • Accessors
            • Assignment
            • Friend functions
            • Related Functions
            • Related Constants
            • Related Types
              • C BoxView
                • Data members
                • Types
                • Constructors
                  • F BoxView [default]
                    • Post
                  • F BoxView [rank]
                  • F BoxView [shape]
                  • F BoxView [origin, shape]
                  • F BoxView [rank, origin, shape]
                  • F BoxView [convert]
                  • F BoxView [unchecked]
                • Methods
              • T MutableBoxView
          • 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
    • Post
    #include "tensorstore/box.h"
    tensorstore::BoxView<Rank, Mutable>::BoxView()
      
    requires (Mutable == false);

    Constructs an unbounded box view of rank RankType().

    Post:¶

    If Rank == dynamic_rank, rank() == 0.