10#ifndef MSGPACK_V3_PARSE_DECL_HPP
11#define MSGPACK_V3_PARSE_DECL_HPP
23template <
typename VisitorHolder>
33template <
typename Visitor>
36template <
typename Visitor>
parse_return parse_imp(const char *data, size_t len, size_t &off, Visitor &v)
Definition adaptor_base.hpp:15
parse_return
Definition parse_return.hpp:23
void convert(T &v, msgpack::object const &o)
Definition object.hpp:1178
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition versioning.hpp:66