10#ifndef MSGPACK_V2_X3_PARSE_DECL_HPP
11#define MSGPACK_V2_X3_PARSE_DECL_HPP
13#if defined(MSGPACK_USE_X3_PARSE)
24template <
typename Iterator,
typename Visitor>
Definition adaptor_base.hpp:15
void convert(T &v, msgpack::object const &o)
Definition object.hpp:1178
bool parse(const char *data, size_t len, size_t &off, Visitor &v)
Unpack msgpack formatted data via a visitor.
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition versioning.hpp:66