-
#include "tensorstore/progress.h" -
friend std::ostream&
tensorstore::ReadProgress::operator<<(std::ostream& os,
const ReadProgress& a); -
template <typename Sink>
friend void
tensorstore::ReadProgress::AbslStringify(Sink& sink,
const ReadProgress& a); Prints a debugging string representation to an
std::ostream.