TensorStore
tensorstore::operator<<[OpenMode]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
          • CSchema
          • CSpec
            • Constructors
            • Methods
            • Friend functions
            • Related Types
              • EOpenMode
                • Related Functions
                  • Foperator&
                  • Foperator|
                  • Foperator!
                  • Foperator~
                  • Foperator<<
              • CMinimalSpec
              • CRecheckCacheOption
              • CRecheckCachedData
              • CRecheckCachedMetadata
              • CRecheckCached
              • CSpecOptions
              • CSpecRequestOptions
              • CSpecConvertOptions
              • COpenOptions
              • CTransactionalOpenOptions
            • Related Functions
          • CTensorStore
        • Indexing
        • 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/open_mode.h"
    std::ostream&
    tensorstore::operator<<(std::ostream& os, OpenMode mode);

    Prints a string representation the mode to an std::ostream.

    Back to top
    Previous tensorstore::operator~[OpenMode]
    Next tensorstore::MinimalSpec