TensorStore
tensorstore::operator<<[TransactionMode]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
            • Types
            • Constructors
            • Methods
            • Friend functions
            • Related Types
              • ETransactionMode
                • Related Functions
                  • Foperator|
                  • Foperator<<
            • Related Constants
          • CContext
          • CSchema
          • CSpec
          • 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/transaction.h"
    std::ostream&
    tensorstore::operator<<(std::ostream& os, TransactionMode mode);

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

    Back to top
    Previous tensorstore::operator|
    Next tensorstore::no_transaction