TensorStore
tensorstore::operator|[ReadWriteMode]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • C Batch
          • C Transaction
          • C Context
          • C Schema
          • C Spec
          • C TensorStore
            • Types
            • Data members
            • Constructors
            • Methods
            • Friend functions
            • Related Types
              • E SourceDataReferenceRestriction
              • E ReadWriteMode
                • Related Functions
                  • F operator&
                  • F operator|
                  • F operator!
                  • F operator~
                  • F IsModeExplicitlyConvertible
                  • F to_string
                  • F operator<<
              • T TensorReader
              • T TensorWriter
            • Related Functions
            • I/O
            • Related Constants
        • 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/open_mode.h"
    constexpr ReadWriteMode
    tensorstore::operator|(ReadWriteMode a, ReadWriteMode b);
    constexpr ReadWriteMode&
    tensorstore::operator|=(ReadWriteMode& a, ReadWriteMode b);

    Computes the union of two modes.