From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-09-03 00:02:40


"Dietmar Kuehl" <dietmar_kuehl_at_[hidden]> 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