Opm::Mpi::detail::Packing< false, T > Struct Template Reference

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 > &, int &, Parallel::MPIComm)
 
static void unpack (T &, std::vector< char > &, int &, Parallel::MPIComm)
 

Detailed Description

template<class T>
struct Opm::Mpi::detail::Packing< false, T >

Default handling for unsupported types.

Member Function Documentation

◆ pack()

template<class T >
static void Opm::Mpi::detail::Packing< false, T >::pack ( const T &  ,
std::vector< char > &  ,
int &  ,
Parallel::MPIComm   
)
inlinestatic

◆ packSize()

template<class T >
static std::size_t Opm::Mpi::detail::Packing< false, T >::packSize ( const T &  ,
Parallel::MPIComm   
)
inlinestatic

◆ unpack()

template<class T >
static void Opm::Mpi::detail::Packing< false, T >::unpack ( T &  ,
std::vector< char > &  ,
int &  ,
Parallel::MPIComm   
)
inlinestatic

The documentation for this struct was generated from the following file: