TensorStore
tensorstore::no_transaction
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
            • Types
            • Constructors
            • Methods
            • Friend functions
            • Related Types
            • Related Constants
              • Vno_transaction
          • 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"
    constexpr const Transaction::no_transaction_t
    tensorstore::no_transaction = no_transaction{};

    Special value that indicates non-transactional semantics.

    Back to top
    Previous tensorstore::operator<<[TransactionMode]
    Next tensorstore::Context