-
#include "tensorstore/util/result.h" -
friend std::ostream&
tensorstore::Result<T>::operator<<(std::ostream& os,
const Result<T>& result)
requires (absl::HasAbslStringify<T>::value ||
absl::HasOstreamOperator<T>::value); Prints the
valueor thestatusin parentheses toos. Do not rely on the output format which may change without notice.- Requires:¶
ThasAbslStringifyoroperator<<.