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