1 2 3 4 5 6
#include "rc_buf.h" template<> void Out<TRcBuf>(IOutputStream& s, const TRcBuf& x) { s.Write(TStringBuf(x)); }