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