OpenEnroth 73e68f7
|
#include <MemCopySerialization.h>
Type trait that's used by the binary serialization framework to check if a type can be binary-serialized with a simple memcpy
call.
By default, only arithmetic (floating point or integral) types are memcopy-serializable.
Instead of specializing this trait directly for your class, use MM_DECLARE_MEMCOPY_SERIALIZABLE
.
T | Type to get the trait value for. |