template<typename T>
struct mlpack::data::HasSerializeFunction< T >
Definition at line 34 of file serialization_shim.hpp.
Initial value:=
HasSerializeCheck<T, void(T::*)(boost::archive::xml_oarchive&,
const unsigned int)>::
value ||
HasSerializeCheck<T, void(*)(boost::archive::xml_oarchive&,
const unsigned int)>::
value
Definition at line 36 of file serialization_shim.hpp.
The documentation for this struct was generated from the following file: