d3a398281c
a817f5de12
49116032d9
1
2 3
4
5
6
7 8 9
#include "strbuf.h" #include <util/stream/output.h> #include <ostream> std::ostream& operator<<(std::ostream& os, TStringBuf buf) { os.write(buf.data(), buf.size()); return os; }