10 #ifndef MSGPACK_V1_TYPE_MAP_DECL_HPP 11 #define MSGPACK_V1_TYPE_MAP_DECL_HPP 25 template <
typename K,
typename V,
typename Compare = std::less<K>,
typename Alloc = std::allocator<std::pair<K, V> > >
36 #endif // MSGPACK_V1_TYPE_MAP_DECL_HPP Definition: adaptor_base.hpp:15
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58