25#include "msgpack_rpc/impl/msgpack_rpc_export.h"
46 [[nodiscard]]
const msgpack::object&
object()
const noexcept;
50 const msgpack::object&
64struct formatter<
msgpack_rpc::util::impl::FmtMsgpackObjectProxy> {
72 constexpr format_parse_context::iterator
parse(
73 format_parse_context& context) {
84 [[nodiscard]] MSGPACK_RPC_EXPORT format_context::iterator format(
86 format_context& context)
const;
Class to format objects in msgpack library using fmt library.
const msgpack::object & object() const noexcept
Get the object in msgpack library.
const msgpack::object & object_
Object in msgpack library.
FmtMsgpackObjectProxy(const msgpack::object &object)
Constructor.
Namespace of fmt library.
Namespace of internal implementations.
impl::FmtMsgpackObjectProxy format_msgpack_object(const msgpack::object &object)
Format an object in msgpack library using fmt library.
Namespace of cpp-msgpack-rpc library.