cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of format_msgpack_object_to_string function. More...
#include <string>
#include <msgpack.hpp>
#include "msgpack_rpc/impl/msgpack_rpc_export.h"
Go to the source code of this file.
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::util |
Namespace of utilities. |
Functions | |
std::string | msgpack_rpc::util::format_msgpack_object_to_string (const msgpack::object &object) |
Format an object in msgpack library. |
Definition of format_msgpack_object_to_string function.
Definition in file format_msgpack_object_to_string.h.