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::stream_buffer_traits< T, Tr, Alloc, Mode > Struct Template Reference

#include <stream_buffer.hpp>

Public Types

typedef mpl::if_
< is_convertible
< BOOST_DEDUCED_TYPENAME
category_of< T >::type,
direct_tag >, direct_streambuf
< T, Tr >, indirect_streambuf
< T, Tr, Alloc, Mode > >::type 
type
 

Member Typedef Documentation

template<typename T, typename Tr, typename Alloc, typename Mode>
typedef mpl::if_< is_convertible< BOOST_DEDUCED_TYPENAME category_of<T>::type, direct_tag >, direct_streambuf<T, Tr>, indirect_streambuf<T, Tr, Alloc, Mode> >::type boost::iostreams::detail::stream_buffer_traits< T, Tr, Alloc, Mode >::type

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