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

#include <unsafe_serialize.hpp>

Collaboration diagram for boost::unsafe_pair< T, U >:

Public Member Functions

 unsafe_pair ()
 
 unsafe_pair (const T &t, const U &u)
 
 unsafe_pair (const std::pair< T, U > &p)
 
template<typename Archiver >
void serialize (Archiver &ar, const unsigned)
 

Public Attributes

T first
 
second
 

Constructor & Destructor Documentation

template<typename T , typename U >
boost::unsafe_pair< T, U >::unsafe_pair ( )
inline
template<typename T , typename U >
boost::unsafe_pair< T, U >::unsafe_pair ( const T t,
const U &  u 
)
inline
template<typename T , typename U >
boost::unsafe_pair< T, U >::unsafe_pair ( const std::pair< T, U > &  p)
inline

Member Function Documentation

template<typename T , typename U >
template<typename Archiver >
void boost::unsafe_pair< T, U >::serialize ( Archiver &  ar,
const unsigned   
)
inline

Member Data Documentation

template<typename T , typename U >
T boost::unsafe_pair< T, U >::first
template<typename T , typename U >
U boost::unsafe_pair< T, U >::second

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