-
#include "tensorstore/util/result.h"
-
constexpr const T&
tensorstore::Result<T>::operator*() const& noexcept; - constexpr T& tensorstore::Result<T>::operator*() & noexcept;
-
constexpr const T&&
tensorstore::Result<T>::operator*() const&& noexcept; - constexpr T&& tensorstore::Result<T>::operator*() && noexcept;
Returns a reference to the contained value.