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