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>
30 unpack_limit
const& limit = unpack_limit());
34template <
typename Iterator>
39 unpack_limit
const& limit = unpack_limit());
41template <
typename Iterator>
45 unpack_limit
const& limit = unpack_limit());
47template <
typename Iterator>
53 unpack_limit
const& limit = unpack_limit());
55template <
typename Iterator>
60 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
void convert(T &v, msgpack::object const &o)
Definition object.hpp:1178
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