10#ifndef MSGPACK_V3_X3_UNPACK_DECL_HPP
11#define MSGPACK_V3_X3_UNPACK_DECL_HPP
13#if defined(MSGPACK_USE_X3_PARSE)
25using v2::detail::unpack_imp;
29template <
typename Iterator>
30msgpack::object_handle
unpack(
36template <
typename Iterator>
37msgpack::object_handle
unpack(
42template <
typename Iterator>
50template <
typename Iterator>
Definition unpack_decl.hpp:87
Definition check_container_size.hpp:31
Definition adaptor_base.hpp:15
bool(* unpack_reference_func)(msgpack::type::object_type type, std::size_t size, void *user_data)
The type of reference or copy judging function.
Definition unpack_decl.hpp:74
msgpack::object_kv * end(msgpack::object_map &map)
Definition iterator.hpp:25
msgpack::object_kv * begin(msgpack::object_map &map)
Definition iterator.hpp:23
msgpack::object_handle unpack(const char *data, std::size_t len, std::size_t &off, bool &referenced, unpack_reference_func f, void *user_data, unpack_limit const &limit)
Unpack msgpack::object from a buffer.
Definition unpack.hpp:1396
#define MSGPACK_NULLPTR
Definition cpp_config_decl.hpp:85
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition versioning.hpp:66