TensorStore
tensorstore::operator<<[ReadWriteMode]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
          • CSchema
          • CSpec
          • CTensorStore
            • Types
            • Data members
            • Constructors
            • Methods
            • Friend functions
            • Related Types
              • ESourceDataReferenceRestriction
              • EReadWriteMode
                • Related Functions
                  • Foperator&
                  • Foperator|
                  • Foperator!
                  • Foperator~
                  • FIsModeExplicitlyConvertible
                  • Fto_string
                  • Foperator<<
              • TTensorReader
              • TTensorWriter
            • Related Functions
            • I/O
            • Related Constants
        • 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, ReadWriteMode mode);

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

    Back to top
    Previous tensorstore::to_string[ReadWriteMode]
    Next tensorstore::TensorReader