10#ifndef MSGPACK_V3_PARSE_RETURN_HPP
11#define MSGPACK_V3_PARSE_RETURN_HPP
21using v2::parse_return;
23using v2::PARSE_SUCCESS;
24using v2::PARSE_EXTRA_BYTES;
25using v2::PARSE_CONTINUE;
26using v2::PARSE_PARSE_ERROR;
27using v2::PARSE_STOP_VISITOR;
Definition adaptor_base.hpp:15
void convert(T &v, msgpack::object const &o)
Definition object.hpp:1178
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition versioning.hpp:66