ArraySerialization Struct Reference
The class implementing methods to serialize/deserialize data into/from arrays. More...
#include <ArraySerialization.hpp>
Static Public Member Functions | |
template<typename Array , typename... Args> | |
constexpr static auto | resize (Array &array, const Args &... args) -> void |
Resize array so that it can store the data in args . | |
template<typename Array , typename... Args> | |
constexpr static auto | serialize (Array &array, const Args &... args) -> void |
Copy the data in args into array . | |
template<typename Array , typename... Args> | |
constexpr static auto | deserialize (const Array &array, Args &... args) -> void |
Copy the data in array to args . | |
Detailed Description
The class implementing methods to serialize/deserialize data into/from arrays.
The documentation for this struct was generated from the following file:
- Reaktoro/Common/ArraySerialization.hpp