My Project
Loading...
Searching...
No Matches
Opm::Serialization::detail::Packing< pod, T > Struct Template Reference

Abstract struct for packing which is (partially) specialized for specific types. More...

#include <MemPacker.hpp>

Static Public Member Functions

static std::size_t packSize (const T &)
 
static void pack (const T &, std::vector< char > &, int &)
 
static void unpack (T &, std::vector< char > &, int &)
 

Detailed Description

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: