aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/string_utils/ztstrbuf/ztstrbuf.cpp
blob: 98f6cead1c296758cd78a9e8b8b44086f452a84b (plain) (blame)
1
2
3
4
5
6
7
8
#include "ztstrbuf.h" 
 
#include <util/stream/output.h> 
 
template <> 
void Out<TZtStringBuf>(IOutputStream& os, const TZtStringBuf& sb) { 
    os << static_cast<const TStringBuf&>(sb); 
}