MADNESS
0.10.1
|
Default symmetric serialization of a non-fundamental type that has serialize
method.
More...
#include <archive.h>
Static Public Member Functions | |
template<typename A = Archive, typename U = T, typename = std::enable_if_t<has_member_serialize_v<U,A>>> | |
static void | serialize (const Archive &ar, T &t) |
Serializes the type. More... | |
Default symmetric serialization of a non-fundamental type that has serialize
method.
Archive | The archive type. |
T | The type to symmetrically serialize. |
|
inlinestatic |
Serializes the type.
[in] | ar | The archive. |
[in,out] | t | The data. |
Referenced by madness::archive::ArchiveLoadImpl< Archive, T, Enabler >::load(), madness::archive::operator<<(), and madness::archive::ArchiveStoreImpl< Archive, T, Enabler >::store().