Abstract struct for packing which is (partially) specialized for specific types.
More...
#include <MPIPacker.hpp>
|
static std::size_t | packSize (const T &, Parallel::MPIComm) |
|
static void | pack (const T &, std::vector< char > &, int &, Parallel::MPIComm) |
|
static void | unpack (T &, std::vector< char > &, int &, Parallel::MPIComm) |
|
template<bool pod, class T>
struct Opm::Mpi::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 files:
- opm/simulators/utils/MPIPacker.hpp
- opm/simulators/utils/MPIPacker.cpp