-
#include "tensorstore/transaction.h"
-
constexpr TransactionMode
tensorstore::operator|(TransactionMode a, TransactionMode b); -
constexpr TransactionMode&
tensorstore::operator|=(TransactionMode& a, TransactionMode b); Unions the requirements of two transaction modes.