cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
format_msgpack_object.h File Reference

Definition of format_msgpack_object function. More...

#include <fmt/base.h>
#include <msgpack.hpp>
#include "msgpack_rpc/impl/msgpack_rpc_export.h"
Include dependency graph for format_msgpack_object.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  msgpack_rpc::util::impl::FmtMsgpackObjectProxy
 Class to format objects in msgpack library using fmt library. More...
struct  fmt::formatter< msgpack_rpc::util::impl::FmtMsgpackObjectProxy >
 Specialization of fmt::format for msgpack_rpc::util::impl::FmtMsgpackObjectProxy. More...

Namespaces

namespace  fmt
 Namespace of fmt library.
namespace  msgpack_rpc
 Namespace of cpp-msgpack-rpc library.
namespace  msgpack_rpc::util
 Namespace of utilities.
namespace  msgpack_rpc::util::impl
 Namespace of internal implementations.

Functions

impl::FmtMsgpackObjectProxy msgpack_rpc::util::format_msgpack_object (const msgpack::object &object)
 Format an object in msgpack library using fmt library.

Detailed Description

Definition of format_msgpack_object function.

Definition in file format_msgpack_object.h.