-
#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_modeconstant.Implicitly converts to
TransactionMode::no_transaction_modeand a nullTransaction, and can be used for comparisons to eitherTransactionModeorTransaction.Conversion operators¶
- constexpr operator TransactionMode() const;
Implicitly converts to
TransactionMode::no_transaction_mode.