10 #ifndef MSGPACK_V2_X3_PARSE_DECL_HPP
11 #define MSGPACK_V2_X3_PARSE_DECL_HPP
13 #if defined(MSGPACK_USE_X3_PARSE)
24 template <
typename Iterator,
typename Visitor>
Definition: adaptor_base.hpp:15
msgpack::object_kv * end(msgpack::object_map &map)
Definition: iterator.hpp:25
msgpack::object_kv * begin(msgpack::object_map &map)
Definition: iterator.hpp:23
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