Async 1.7.0
Async::MsgPacker< std::array< T, N > > Class Template Reference

#include <AsyncMsg.h>

Static Public Member Functions

static bool pack (std::ostream &os, const std::array< T, N > &vec)
 
static size_t packedSize (const std::array< T, N > &vec)
 
static bool unpack (std::istream &is, std::array< T, N > &vec)
 

Detailed Description

template<typename T, size_t N>
class Async::MsgPacker< std::array< T, N > >

Definition at line 609 of file AsyncMsg.h.

Member Function Documentation

◆ pack()

template<typename T , size_t N>
static bool Async::MsgPacker< std::array< T, N > >::pack ( std::ostream & os,
const std::array< T, N > & vec )
inlinestatic

Definition at line 612 of file AsyncMsg.h.

◆ packedSize()

template<typename T , size_t N>
static size_t Async::MsgPacker< std::array< T, N > >::packedSize ( const std::array< T, N > & vec)
inlinestatic

Definition at line 623 of file AsyncMsg.h.

References Async::MsgPacker< T >::packedSize().

◆ unpack()

template<typename T , size_t N>
static bool Async::MsgPacker< std::array< T, N > >::unpack ( std::istream & is,
std::array< T, N > & vec )
inlinestatic

Definition at line 632 of file AsyncMsg.h.


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