-
#include "tensorstore/util/result.h"
-
template <typename U>
friend bool tensorstore::Result<T>::operator!=(const Result<T>& a,
const Result<U>& b); -
template <typename U>
friend bool
tensorstore::Result<T>::operator!=(const Result<T>& a, const U& b); -
template <typename U>
friend bool
tensorstore::Result<T>::operator!=(const U& a, const Result<T>& b); Checks if two Result values are not equal.