|
MessagePack for C++
|
#include "msgpack/versioning.hpp"#include "msgpack/adaptor/adaptor_base.hpp"#include "msgpack/object.hpp"#include <limits>

Go to the source code of this file.
Namespaces | |
| namespace | msgpack |
| namespace | msgpack::type |
| namespace | msgpack::type::detail |
Functions | |
| template<typename T > | |
| T | msgpack::type::detail::convert_integer (msgpack::object const &o) |
| template<typename T > | |
| void | msgpack::type::detail::object_char (msgpack::object &o, T v) |