
3 Sep
2004
3 Sep
'04
5:02 a.m.
"Dietmar Kuehl" <dietmar_kuehl@yahoo.com> wrote:
filter_stream out(tee(std::cout) | encode | gzip | file("some file"));
One more thing: do you prefer the names filter_stream and filter_streambuf to filtering_stream and filtering_streambuf? I think I do. I chose the latter because they seemed to be semi-standard. Jonathan