-
#include "tensorstore/transaction.h"
- struct tensorstore::Transaction::no_transaction_t;
Special type that indicates a null transaction.
This is used via the
tensorstore::no_transaction_mode
constant.Implicitly converts to
TransactionMode::no_transaction_mode
and a nullTransaction
, and can be used for comparisons to eitherTransactionMode
orTransaction
.Conversion operators¶
- constexpr operator TransactionMode() const;
Implicitly converts to
TransactionMode::no_transaction_mode
.