Abstract struct for packing which is (partially) specialized for specific types.
More...
#include <MemPacker.hpp>
|
|
static std::size_t | packSize (const T &) |
| |
|
static void | pack (const T &, std::vector< char > &, std::size_t &) |
| |
|
static void | unpack (T &, const std::vector< char > &, std::size_t &) |
| |
template<bool pod, class T>
struct Opm::Serialization::detail::Packing< pod, T >
Abstract struct for packing which is (partially) specialized for specific types.
The documentation for this struct was generated from the following file: