#include "builder.h" #include template <> void Out(IOutputStream& os, const TStringBuilder& sb) { os << static_cast(sb); }