![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <boost/mpl/bool.hpp>#include <boost/serialization/is_bitwise_serializable.hpp>#include <boost/serialization/nvp.hpp>#include <boost/serialization/serialization.hpp>#include <cassert>#include <cstddef>#include <cstring>#include <memory>#include <span>#include <type_traits>
Include dependency graph for memcpy_archive.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Utils::is_statically_serializable< T > |
| Type trait to indicate that a type is serializable with a static size, e.g. More... | |
| class | Utils::MemcpyIArchive |
| Archive that deserializes from a buffer via memcpy. More... | |
| class | Utils::MemcpyOArchive |
| Archive that serializes to a buffer via memcpy. More... | |
Namespaces | |
| namespace | Utils |