TensorStore
tensorstore::ElementPointer<ElementTagType>::operator==[element_pointer]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
          • E ContainerKind
          • C ByteStridedPointer
          • C StridedLayout
          • C ElementPointer
            • Types
            • Constructors
            • Methods
            • Accessors
            • Comparison
              • F operator== [element_pointer]
              • F operator== [nullptr]
            • Metafunctions
            • Related Types
            • Related Constants
            • Ownership conversion
            • Arithmetic operations
          • C Array
          • C TransformedArray
          • Transformation
          • Iteration
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/util/element_pointer.h"
    template <typename B>
    friend bool tensorstore::ElementPointer<ElementTagType>::operator==(
        
    const ElementPointer& a,
        
    const ElementPointer<B>& b);
    template <typename B>
    friend bool tensorstore::ElementPointer<ElementTagType>::operator!=(
        
    const ElementPointer& a,
        
    const ElementPointer<B>& b);

    Compares the data pointers and data types.