TensorStore
tensorstore::RebindMode
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
          • C span
          • C Utf8String
          • C SmallBitSet
          • C MaybeHardConstraintSpan
          • C MaybeHardConstraintIndex
          • V IsCompatibleOptionSequence
          • Error handling
          • Asynchronous support
          • JSON serialization
          • Compile-time data type/rank/mode constraints
            • E CastChecking
            • C unchecked_t
            • V IsStaticCastConstructible
            • T StaticCastResultType
            • F StaticCast
            • T RebindRank
            • F StaticRankCast
            • T RebindDataType
            • F StaticDataTypeCast
            • F ConstDataTypeCast
            • T RebindMode
            • F ModeCast
          • 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.