-
#include "tensorstore/array.h"
-
template <typename ElementTagB,
DimensionIndex RankB,
ArrayOriginKind OriginKindB,
ContainerKind CKindB>
friend bool tensorstore::
Array<ElementTagType, Rank, OriginKind, LayoutContainerKind>::
operator!=(
const Array& a,
const Array<ElementTagB, RankB, OriginKindB, CKindB>& b);