My Project
|
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 &) |
Abstract struct for packing which is (partially) specialized for specific types.