TensorStore
tensorstore::IndexDomain<Rank, CKind>::operator()[transformable]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
          • COptionallyImplicitIndexInterval
          • CIndexDomainDimension
          • TInlineRank
          • CRankConstraint
          • CBox
          • TDimensionSet
          • CIndexDomain
            • Data members
            • Types
            • Constructors
            • Methods
              • Fvalid
              • Frank
              • Fbox
              • Forigin
              • Fshape
              • Flabels
              • Fimplicit_lower_bounds
              • Fimplicit_upper_bounds
              • Foperator[] [dim]
              • Foperator[] [dims]
              • Fnum_elements
              • FTranspose
              • FTranspose [permutation]
              • Foperator() [transform]
              • Foperator() [transformable]
            • Friend functions
            • Related Types
            • Related Constants
            • Related Functions
            • Composition
          • 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_space/index_domain.h"
    template <typename Transformable>
    auto tensorstore::IndexDomain<Rank, CKind>::operator()(
        
    Transformable&& transformable) const;

    Applies the slicing operation defined by the overload of operator() defined above to an object with an associated index space that supports ApplyIndexTransform.

    Back to top
    Previous tensorstore::IndexDomain<Rank, CKind>::operator()[transform]
    Next tensorstore::IndexDomain<Rank, CKind>::operator==