24#include "msgpack_rpc/impl/msgpack_rpc_export.h"
93 [[nodiscard]]
const char*
data()
const noexcept;
100 [[nodiscard]] std::size_t
size()
const noexcept;
impl::SharableBinaryHeader * buffer_
Buffer.
SerializedMessage & operator=(const SerializedMessage &other) noexcept
Copy assignment operator.
const char * data() const noexcept
Get the pointer to the data.
SerializedMessage(const char *data, std::size_t size)
Constructor.
std::size_t size() const noexcept
Get the size of the data.