#include <combine.hpp>
Public Types | |
typedef detail::combination_traits< In, Out >::type | base_type |
typedef detail::wrapped_type < In >::type | in_type |
typedef detail::wrapped_type < Out >::type | out_type |
typedef T | type |
Public Member Functions | |
combination (const in_type &in, const out_type &out) | |
typedef detail::combination_traits<In, Out>::type boost::iostreams::combination< In, Out >::base_type |
typedef detail::wrapped_type<In>::type boost::iostreams::combination< In, Out >::in_type |
typedef detail::wrapped_type<Out>::type boost::iostreams::combination< In, Out >::out_type |
|
inherited |
|
inline |