MIRA
IsBitwiseSerializable< T > Class Template Reference

Type trait that indicates whether a type can be serialized bitwise by just copying the data buffer. More...

#include <serialization/IsBitwiseSerializable.h>

Inheritance diagram for IsBitwiseSerializable< T >:
Inheritance graph
[legend]

Detailed Description

template<typename T>
class mira::IsBitwiseSerializable< T >

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.


The documentation for this class was generated from the following file: