37format_context::iterator
38formatter<msgpack_rpc::util::impl::FmtMsgpackObjectProxy>::
41 format_context& context)
const {
43 context.out(), value.
object());
51 const msgpack::object&
object) {
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.
Iterator format_msgpack_object_to(Iterator iterator, const msgpack::object &object)
Format an object in msgpack library.