Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::io::detail::group2< T1, T2 > Struct Template Reference

#include <group.hpp>

Public Member Functions

 group2 (T1 a1, T2 a2)
 

Public Attributes

T1 a1_
 
T2 a2_
 

Constructor & Destructor Documentation

template<class T1, class T2>
boost::io::detail::group2< T1, T2 >::group2 ( T1  a1,
T2  a2 
)
inline

Member Data Documentation

template<class T1, class T2>
T1 boost::io::detail::group2< T1, T2 >::a1_
template<class T1, class T2>
T2 boost::io::detail::group2< T1, T2 >::a2_

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