TensorStore
tensorstore::IndexTransform<InputRank, OutputRank, 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
          • CIndexTransform
            • Data members
            • Constructors
            • Methods
              • Foperator=
              • FTransformIndices
              • FTranspose
              • FTranspose [permutation]
              • FTransposeOutput
              • FTransposeOutput [permutation]
              • Foperator() [compose]
              • Foperator() [transformable]
            • Accessors
            • Friend functions
            • Related Types
            • Related Constants
            • Related Functions
            • Identity transform
            • Bounds propagation
          • 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_transform.h"
    template <typename Target>
    auto tensorstore::IndexTransform<InputRank, OutputRank, CKind>::
    operator()(Target&& target) const;

    Enables IndexTransform to be be applied to TransformedArray, TensorStore, and other types that support ApplyIndexTransform.

    Back to top
    Previous tensorstore::IndexTransform<InputRank, OutputRank, CKind>::operator()[compose]
    Next tensorstore::IndexTransform<InputRank, OutputRank, CKind>::operator bool