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