10#ifndef MSGPACK_V3_TYPE_FIXINT_DECL_HPP
11#define MSGPACK_V3_TYPE_FIXINT_DECL_HPP
23using v2::type::fix_int;
25using v2::type::fix_uint8;
26using v2::type::fix_uint16;
27using v2::type::fix_uint32;
28using v2::type::fix_uint64;
30using v2::type::fix_int8;
31using v2::type::fix_int16;
32using v2::type::fix_int32;
33using v2::type::fix_int64;
Definition adaptor_base.hpp:15
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition versioning.hpp:66