Back to Arangodb

Function Template combine

3rdParty/boost/1.78.0/libs/iostreams/doc/functions/combine.html

3.12.9.11.3 KB
Original Source

Function Template combine

DescriptionHeadersSynopsis

Description

The class template combination takes an InputFilter/OutputFilter pair or a Source/Sink pair and yields a Filter or Device which performs input using the first component and output using the second. The function template combine takes an InputFilter/OutputFilter pair or a Source/Sink pair and returns an appropriate specialization of combination.

Headers

<boost/iostreams/combine.hpp>

Synopsis

namespaceboost {namespaceiostreams {template<typenameIn,typenameOut>classcombination;template<typenameIn,typenameOut>
combination<In, Out> combine(constIn& in,constOut& out);

} }// End namespace boost::io

© Copyright 2008 CodeRage, LLC
© Copyright 2004-2007 Jonathan Turkanis

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)