MessagePack for C++
|
Go to the source code of this file.
Namespaces | |
msgpack | |
Functions | |
template<typename Stream , typename T > | |
void | msgpack::pack (Stream *s, const T &v) |
Pack the value as MessagePack format into the stream. More... | |
template<typename Stream , typename T > | |
void | msgpack::pack (Stream &s, const T &v) |
Pack the value as MessagePack format into the stream. More... | |