mlpack  master
Functions
boost::serialization Namespace Reference

Functions

template<typename Archive , typename T >
void serialize (Archive &ar, mlpack::data::PointerShim< T > &t, const BOOST_PFTO unsigned int version)
 Catch a call to serialize() with a PointerShim, and call the Serialize() function directly. More...
 

Function Documentation

template<typename Archive , typename T >
void boost::serialization::serialize ( Archive &  ar,
mlpack::data::PointerShim< T > &  t,
const BOOST_PFTO unsigned int  version 
)
inline

Catch a call to serialize() with a PointerShim, and call the Serialize() function directly.

Definition at line 500 of file serialization_shim.hpp.