|
MessagePack for C++
|
#include "msgpack/v1/adaptor/adaptor_base_decl.hpp"Go to the source code of this file.
Namespaces | |
| msgpack | |
| msgpack::adaptor | |
Functions | |
| template<typename T > | |
| msgpack::object const & | msgpack::operator>> (msgpack::object const &o, T &v) |
| template<typename Stream , typename T > | |
| msgpack::packer< Stream > & | msgpack::operator<< (msgpack::packer< Stream > &o, T const &v) |
| template<typename T > | |
| void | msgpack::operator<< (msgpack::object &o, T const &v) |
| template<typename T > | |
| void | msgpack::operator<< (msgpack::object::with_zone &o, T const &v) |
1.8.11