Function Template combine

Description
Headers
Synopsis

Description

The function template combine takes a Source/Sink pair or an InputFilter/OutputFilter pair and returns a Filter or Device with i/o mode bidirectional that performs input using the first member of the pair and output using the second member of the pair.

Headers

<boost/iostreams/combine.hpp>

Synopsis

namespace boost { namespace iostreams {
                    
template<typename In, typename Out>
implementation-defined combine(const In& in, const Out& out);

} } // End namespace boost::io