My Project
|
Default handling for unsupported types. More...
#include <MPIPacker.hpp>
Static Public Member Functions | |
static std::size_t | packSize (const T &, Parallel::MPIComm) |
static void | pack (const T &, std::vector< char > &, std::size_t &, Parallel::MPIComm) |
static void | unpack (T &, const std::vector< char > &, std::size_t &, Parallel::MPIComm) |
Default handling for unsupported types.