ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Type trait to indicate that a type is serializable with a static size, e.g. More...
#include <memcpy_archive.hpp>
Type trait to indicate that a type is serializable with a static size, e.g.
is suitable for memcpy serialization. Only specialize this to std::true_type
if it is guaranteed that serializing this type always returns the same number of bytes, independent of object state.
T | type under consideration. |
Definition at line 46 of file memcpy_archive.hpp.