|
mlpack 3.4.2
|
#include <has_serialize.hpp>
Public Types | |
| 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) |
Static Public Attributes | |
| static const bool | value |
Definition at line 31 of file has_serialize.hpp.
| using NonStaticSerialize = void(C::*)(boost::archive::xml_oarchive&, const unsigned int) |
Definition at line 34 of file has_serialize.hpp.
| using StaticSerialize = void(*)(boost::archive::xml_oarchive&, const unsigned int) |
Definition at line 37 of file has_serialize.hpp.
|
static |
Definition at line 40 of file has_serialize.hpp.
1.9.2