mlpack  2.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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 499 of file serialization_shim.hpp.