ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
Utils::is_statically_serializable< T > Struct Template Reference

Type trait to indicate that a type is serializable with a static size, e.g. More...

#include <memcpy_archive.hpp>

+ Inheritance diagram for Utils::is_statically_serializable< T >:
+ Collaboration diagram for Utils::is_statically_serializable< T >:

Detailed Description

template<class T>
struct Utils::is_statically_serializable< T >

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.

Template Parameters
Ttype under consideration.

Definition at line 47 of file memcpy_archive.hpp.


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