TensorStore
tensorstore::OptionalByteRangeRequest::operator==
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
          • CSpec
          • CKvStore
          • CByteRange
          • COptionalByteRangeRequest
            • Constructors
            • Methods
            • Data members
            • Friend functions
              • Foperator==
              • Foperator<<
          • CStorageGeneration
          • CTimestampedStorageGeneration
          • CKeyRange
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/kvstore/byte_range.h"
    friend bool tensorstore::OptionalByteRangeRequest::operator==(
        
    const OptionalByteRangeRequest& a,
        
    const OptionalByteRangeRequest& b);
    friend bool tensorstore::OptionalByteRangeRequest::operator!=(
        
    const OptionalByteRangeRequest& a,
        
    const OptionalByteRangeRequest& b);

    Compares for equality.

    Back to top
    Previous tensorstore::OptionalByteRangeRequest::exclusive_max
    Next tensorstore::OptionalByteRangeRequest::operator<<