MIRA
|
Type trait that indicates whether a type can be serialized bitwise by just copying the data buffer. More...
#include <serialization/IsBitwiseSerializable.h>
Type trait that indicates whether a type can be serialized bitwise by just copying the data buffer.
If this trait inherits from true_type, the type can be serialized bitwise. By default all arithmetic types (int, float, etc) can be serialized bitwise. You can specialize this trait for your own types that can also be serialized and deserialized bitwise.