10 #ifndef MSGPACK_V2_TYPE_INT_DECL_HPP 11 #define MSGPACK_V2_TYPE_INT_DECL_HPP 25 template <
typename T,
bool Signed>
26 struct convert_integer_sign;
32 template <
bool Signed>
33 struct object_char_sign;
54 #endif // MSGPACK_V2_TYPE_INT_DECL_HPP Definition: adaptor_base.hpp:15
void object_char(msgpack::object &o, char v)
Definition: int.hpp:87
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58
T convert_integer(msgpack::object const &o)
Definition: int.hpp:59