TensorStore
tensorstore::IndexIntervalRef::operator IndexInterval
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
            • Constructors
            • Methods
            • Accessors
            • Friend functions
            • Related Functions
            • Related Types
              • CIndexIntervalRef
                • Conversion operators
                  • Foperator IndexInterval
                • Methods
                • Friend functions
              • EIntervalForm
          • 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"
    constexpr tensorstore::IndexIntervalRef::operator IndexInterval()
       
     const;

    Converts to an IndexInterval.

    Back to top
    Previous tensorstore::IndexIntervalRef
    Next tensorstore::IndexIntervalRef::operator=