Default handling for unsupported 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<class T>
struct Opm::Serialization::detail::Packing< false, T >
Default handling for unsupported types.
The documentation for this struct was generated from the following file: