MessagePack for C++
Loading...
Searching...
No Matches
pack_decl.hpp File Reference
Include dependency graph for pack_decl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  msgpack

Functions

template<typename Stream, typename T>
void msgpack::pack (Stream *s, const T &v)
 Pack the value as MessagePack format into the stream.
template<typename Stream, typename T>
void msgpack::pack (Stream &s, const T &v)
 Pack the value as MessagePack format into the stream.