Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::iostreams::combination< In, Out > Struct Template Reference

#include <combine.hpp>

Inheritance diagram for boost::iostreams::combination< In, Out >:
Collaboration diagram for boost::iostreams::combination< In, Out >:

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)
 

Member Typedef Documentation

template<typename In , typename Out >
typedef detail::combination_traits<In, Out>::type boost::iostreams::combination< In, Out >::base_type
template<typename In , typename Out >
typedef detail::wrapped_type<In>::type boost::iostreams::combination< In, Out >::in_type
template<typename In , typename Out >
typedef detail::wrapped_type<Out>::type boost::iostreams::combination< In, Out >::out_type
typedef T boost::mpl::identity< BOOST_MPL_AUX_NA_PARAM >::type
inherited

Constructor & Destructor Documentation

template<typename In , typename Out >
boost::iostreams::combination< In, Out >::combination ( const in_type in,
const out_type out 
)
inline

The documentation for this struct was generated from the following file: