|
mlpack
|
This class is used as a shim for cereal to be able to serialize a raw pointer array. More...
#include <array_wrapper.hpp>
Public Member Functions | |
| ArrayWrapper (T *&addr, std::size_t &size) | |
| template<class Archive > | |
| void | save (Archive &ar) const |
| template<class Archive > | |
| void | load (Archive &ar) |
This class is used as a shim for cereal to be able to serialize a raw pointer array.
1.8.13