Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::iostreams::detail::combination_traits< In, Out > Member List

This is the complete list of members for boost::iostreams::detail::combination_traits< In, Out >, including all inherited members.

type typedefboost::mpl::if_< is_device< In >, combined_device< wrapped_type< In >::type, wrapped_type< Out >::type >, combined_filter< wrapped_type< In >::type, wrapped_type< Out >::type > >