This class is used as a shim for cereal to be able to serialize a raw pointer array. More...
Public Member Functions | |
ArrayWrapper (T *&addr, std::size_t &size) | |
template < class Archive > | |
void | load (Archive &ar) |
template < class Archive > | |
void | save (Archive &ar) const |
This class is used as a shim for cereal to be able to serialize a raw pointer array.
Definition at line 28 of file array_wrapper.hpp.
|
inline |
Definition at line 31 of file array_wrapper.hpp.
|
inline |
Definition at line 45 of file array_wrapper.hpp.
|
inline |
Definition at line 37 of file array_wrapper.hpp.