mpiutil_details::Packer< T > Struct Template Reference

#include <mpiutil.hh>

Static Public Member Functions

static int size (const T &)
 
static void pack (const T &content, std::vector< char > &buf, int &offset)
 
static T unpack (const std::vector< char > &recv_buffer, int &offset)
 

Member Function Documentation

◆ pack()

template<typename T >
static void mpiutil_details::Packer< T >::pack ( const T &  content,
std::vector< char > &  buf,
int &  offset 
)
inlinestatic

◆ size()

◆ unpack()

template<typename T >
static T mpiutil_details::Packer< T >::unpack ( const std::vector< char > &  recv_buffer,
int &  offset 
)
inlinestatic

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