Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::serialization::float128_detail Namespace Reference

Functions

template<class Archive >
void do_serialize (Archive &ar, boost::multiprecision::backends::float128_backend &val, const mpl::false_ &, const mpl::false_ &)
 
template<class Archive >
void do_serialize (Archive &ar, boost::multiprecision::backends::float128_backend &val, const mpl::true_ &, const mpl::false_ &)
 
template<class Archive >
void do_serialize (Archive &ar, boost::multiprecision::backends::float128_backend &val, const mpl::false_ &, const mpl::true_ &)
 
template<class Archive >
void do_serialize (Archive &ar, boost::multiprecision::backends::float128_backend &val, const mpl::true_ &, const mpl::true_ &)
 

Function Documentation

template<class Archive >
void boost::serialization::float128_detail::do_serialize ( Archive &  ar,
boost::multiprecision::backends::float128_backend val,
const mpl::false_ ,
const mpl::false_  
)
template<class Archive >
void boost::serialization::float128_detail::do_serialize ( Archive &  ar,
boost::multiprecision::backends::float128_backend val,
const mpl::true_ ,
const mpl::false_  
)

References boost::asio::s.

template<class Archive >
void boost::serialization::float128_detail::do_serialize ( Archive &  ar,
boost::multiprecision::backends::float128_backend val,
const mpl::false_ ,
const mpl::true_  
)
template<class Archive >
void boost::serialization::float128_detail::do_serialize ( Archive &  ar,
boost::multiprecision::backends::float128_backend val,
const mpl::true_ ,
const mpl::true_  
)