TensorStore
tensorstore::RebindMode
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
          • Cspan
          • CUtf8String
          • CSmallBitSet
          • CMaybeHardConstraintSpan
          • CMaybeHardConstraintIndex
          • VIsCompatibleOptionSequence
          • Error handling
          • Asynchronous support
          • JSON serialization
          • Compile-time data type/rank/mode constraints
            • ECastChecking
            • Cunchecked_t
            • VIsStaticCastConstructible
            • TStaticCastResultType
            • FStaticCast
            • TRebindRank
            • FStaticRankCast
            • TRebindDataType
            • FStaticDataTypeCast
            • FConstDataTypeCast
            • TRebindMode
            • FModeCast
          • String Utilities
          • Index vectors
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/tensorstore.h"
    template <typename SourceRef, ReadWriteMode TargetMode>
    using tensorstore::RebindMode;

    Evaluates to a type similar to SourceRef but with a ReadWriteMode of TargetMode.

    Back to top
    Previous tensorstore::ConstDataTypeCast
    Next tensorstore::ModeCast[compile_time]