TensorStore
tensorstore::GetBoxDomainOf[box]
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
              • F ProductOfExtents
              • F GetBoxDomainOf
              • F IsFinite
              • F Contains [box, indices]
              • F Contains [box, box]
              • F ContainsPartial
              • F SubBoxView
            • Related Constants
            • Related Types
          • 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
    #include "tensorstore/box.h"
    template <DimensionIndex Rank>
    BoxView<RankConstraint::FromInlineRank(Rank)>
    tensorstore::GetBoxDomainOf(const Box<Rank>& box);
    template <DimensionIndex Rank, bool Mutable>
    BoxView<Rank>
    tensorstore::GetBoxDomainOf(const BoxView<Rank, Mutable>& box);

    Implements the HasBoxDomain concept for Box and BoxView.