Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template make_pipe_consumer

boost::make_pipe_consumer

Synopsis

// In header: <boost/iterator/consumer_iterator.hpp>


template<typename Pipe> pipe_consumer< Pipe > make_pipe_consumer(Pipe p);

Description

Requires: ((PipeConcept<Pipe>))


PrevUpHomeNext