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