aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/util/rc_buf.cpp
blob: 946c9846ee5a87bb089f61981e7e26dc22403a53 (plain) (blame)
1
2
3
4
5
6
#include "rc_buf.h"

template<>
void Out<TRcBuf>(IOutputStream& s, const TRcBuf& x) {
    s.Write(TStringBuf(x));
}