TensorStore
tensorstore::operator|
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"
    constexpr TransactionMode
    tensorstore::operator|(TransactionMode a, TransactionMode b);
    constexpr TransactionMode&
    tensorstore::operator|=(TransactionMode& a, TransactionMode b);

    Unions the requirements of two transaction modes.

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