Async 1.8.0
|
#include <AsyncMsg.h>
Static Public Member Functions | |
static bool | pack (std::ostream &os, const T(&vec)[N]) |
static size_t | packedSize (const T(&vec)[N]) |
static bool | unpack (std::istream &is, T(&vec)[N]) |
Definition at line 645 of file AsyncMsg.h.
|
inlinestatic |
Definition at line 648 of file AsyncMsg.h.
|
inlinestatic |
Definition at line 659 of file AsyncMsg.h.
References Async::MsgPacker< T >::packedSize().
|
inlinestatic |
Definition at line 668 of file AsyncMsg.h.