#include "tensorstore/open_mode.h" std::ostream&tensorstore::operator<<(std::ostream& os, ReadWriteMode mode); template <typename Sink>void tensorstore::AbslStringify(Sink& sink, ReadWriteMode mode); Prints a string representation of the mode to an std::ostream.