-
#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.