TensorStore
tensorstore::Box<Rank>::Box[convert]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
          • COptionallyImplicitIndexInterval
          • CIndexDomainDimension
          • TInlineRank
          • CRankConstraint
          • CBox
            • Data members
            • Types
            • Constructors
              • FBox [default]
              • FBox [rank]
              • FBox [origin, shape]
              • FBox [rank, origin, shape]
              • FBox [shape]
              • FBox [convert]
              • FBox [unchecked]
              • FBox
            • Methods
            • Accessors
            • Assignment
            • Friend functions
            • Related Functions
            • Related Constants
            • Related Types
          • 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/box.h"
    template <typename BoxType>
      
    requires IsBoxLikeImplicitlyConvertibleToRank<BoxType, static_rank>
    explicit tensorstore::Box<Rank>::Box(const BoxType& other);

    Constructs from another Box-like type with a compatible rank.

    Back to top
    Previous tensorstore::Box<Rank>::Box[shape]
    Next tensorstore::Box<Rank>::Box[unchecked]