boost::make_pipe_consumer
// In header: <boost/iterator/consumer_iterator.hpp> template<typename Pipe> pipe_consumer< Pipe > make_pipe_consumer(Pipe p);
Requires: ((PipeConcept<Pipe>))