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