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