10#ifndef MSGPACK_V2_X3_UNPACK_DECL_HPP
11#define MSGPACK_V2_X3_UNPACK_DECL_HPP
13#if defined(MSGPACK_USE_X3_PARSE)
25template <
typename Iterator>
28 msgpack::zone& result_zone, msgpack::object& result,
bool& referenced,
30 unpack_limit
const& limit = unpack_limit());
34template <
typename Iterator>
35msgpack::object_handle
unpack(
41template <
typename Iterator>
42msgpack::object_handle
unpack(
47template <
typename Iterator>
55template <
typename Iterator>
Definition unpack_decl.hpp:87
Definition check_container_size.hpp:31
parse_return unpack_imp(const char *data, std::size_t len, std::size_t &off, msgpack::zone &result_zone, msgpack::object &result, bool &referenced, unpack_reference_func f=MSGPACK_NULLPTR, void *user_data=MSGPACK_NULLPTR, unpack_limit const &limit=unpack_limit())
Definition unpack.hpp:1352
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