TensorStore
tensorstore::kvstore::SpecConvertOptions::IsOption
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
          • CSpec
            • Constructors
            • Methods
            • Data members
            • Friend functions
            • Related Types
              • CDriverSpecOptions
              • CSpecConvertOptions
                • Data members
                  • Vcontext_binding_mode
                  • Vcontext
                  • VIsOption
              • CDriverSpecPtr
              • CSpecRequestOptions
              • CDriverOpenOptions
              • COpenOptions
          • CKvStore
          • CByteRange
          • COptionalByteRangeRequest
          • CStorageGeneration
          • CTimestampedStorageGeneration
          • CKeyRange
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/kvstore/spec.h"
    template <typename T>
    static constexpr bool
    tensorstore::kvstore::SpecConvertOptions::IsOption =
           
     DriverSpecOptions::IsOption<T>;

    Indicates which option types are supported.

    Supported types include:

    • MinimalSpec

    • Context

    • ContextBindingMode

    Back to top
    Previous tensorstore::kvstore::SpecConvertOptions::context
    Next tensorstore::kvstore::DriverSpecPtr