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>
31 Iterator&& begin, Iterator&& end,
34 unpack_limit
const& limit = unpack_limit());
36template <
typename Iterator>
38 Iterator&& begin, Iterator&& end,
40 unpack_limit
const& limit = unpack_limit());
42template <
typename Iterator>
45 Iterator&& begin, Iterator&& end,
48 unpack_limit
const& limit = unpack_limit());
50template <
typename Iterator>
53 Iterator&& begin, Iterator&& end,
55 unpack_limit
const& limit = unpack_limit());
The class holds object and zone.
Definition object.hpp:44
Definition cpp03_zone.hpp:30
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_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
Object class that corresponding to MessagePack format object.
Definition object_fwd.hpp:75
#define MSGPACK_NULLPTR
Definition cpp_config_decl.hpp:85
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition versioning.hpp:66