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 35 of file has_serialize.hpp.
using StaticSerialize = void(*)(boost::archive::xml_oarchive&, const unsigned int) |
Definition at line 38 of file has_serialize.hpp.
|
static |
Definition at line 40 of file has_serialize.hpp.