TensorStore
tensorstore::Contains[box, box]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
          • COptionallyImplicitIndexInterval
          • CIndexDomainDimension
          • TInlineRank
          • CRankConstraint
          • CBox
            • Data members
            • Types
            • Constructors
            • Methods
            • Accessors
            • Assignment
            • Friend functions
            • Related Functions
              • FProductOfExtents
              • FGetBoxDomainOf
              • FIsFinite
              • FContains [box, indices]
              • FContains [box, box]
              • FContainsPartial
              • FSubBoxView
            • 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 OuterBox, typename InnerBox>
      
    requires HasBoxDomain<OuterBox> && IsBoxLike<InnerBox>
    bool tensorstore::Contains(const OuterBox& outer,
                               
    const InnerBox& inner);

    Returns true if inner is a subset of outer.

    Back to top
    Previous tensorstore::Contains[box, indices]
    Next tensorstore::ContainsPartial[box, indices]