TensorStore
tensorstore::Intersect[IndexInterval]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
            • Constructors
            • Methods
            • Accessors
            • Friend functions
            • Related Functions
              • FContains [interval, index]
              • FContains [interval, interval]
              • FIsFinite
              • FHull
              • FIntersect
              • FFiniteSubset
              • FAreCompatibleOrUnbounded
              • FContainsOrUnbounded
              • FShiftInterval
              • FShiftIntervalBackward
              • FShiftIntervalTo
              • FCheckContains
              • FGetAffineTransformDomain
              • FGetAffineTransformDomain [OptionallyImplicitIndexInterval]
              • FGetAffineTransformRange
              • FGetAffineTransformInverseDomain
              • FDividePositiveRoundOut
            • Related Types
          • COptionallyImplicitIndexInterval
          • CIndexDomainDimension
          • TInlineRank
          • CRankConstraint
          • CBox
          • 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/index_interval.h"
    IndexInterval
    tensorstore::Intersect(IndexInterval a, IndexInterval b);

    Returns the intersection of two intervals.

    Back to top
    Previous tensorstore::Hull[IndexInterval]
    Next tensorstore::FiniteSubset