|
template<typename C > |
using | NonStaticSerialize = void(C::*)(cereal::XMLOutputArchive &, const uint32_t version) |
|
template<typename > |
using | StaticSerialize = void(*)(cereal::XMLOutputArchive &, const uint32_t version) |
|
◆ value
Initial value:= HasSerializeCheck<T, NonStaticSerialize>::value ||
HasSerializeCheck<T, StaticSerialize>::value
The documentation for this struct was generated from the following file: