#include "msgpack/versioning.hpp"
#include "msgpack/object_fwd.hpp"
#include "msgpack/adaptor/check_container_size.hpp"
#include <map>
#include <vector>
#include <algorithm>
Go to the source code of this file.
|
class | msgpack::type::assoc_vector< K, V, Compare, Alloc > |
|
struct | msgpack::type::detail::pair_first_less< K, V, Compare, Alloc > |
|
struct | msgpack::adaptor::as< type::assoc_vector< K, V, Compare, Alloc >, typename std::enable_if< msgpack::has_as< K >::value &&msgpack::has_as< V >::value >::type > |
|
struct | msgpack::adaptor::convert< type::assoc_vector< K, V, Compare, Alloc > > |
|
struct | msgpack::adaptor::pack< type::assoc_vector< K, V, Compare, Alloc > > |
|
struct | msgpack::adaptor::object_with_zone< type::assoc_vector< K, V, Compare, Alloc > > |
|
struct | msgpack::adaptor::as< std::map< K, V, Compare, Alloc >, typename std::enable_if< msgpack::has_as< K >::value &&msgpack::has_as< V >::value >::type > |
|
struct | msgpack::adaptor::convert< std::map< K, V, Compare, Alloc > > |
|
struct | msgpack::adaptor::pack< std::map< K, V, Compare, Alloc > > |
|
struct | msgpack::adaptor::object_with_zone< std::map< K, V, Compare, Alloc > > |
|
struct | msgpack::adaptor::as< std::multimap< K, V, Compare, Alloc >, typename std::enable_if< msgpack::has_as< K >::value &&msgpack::has_as< V >::value >::type > |
|
struct | msgpack::adaptor::convert< std::multimap< K, V, Compare, Alloc > > |
|
struct | msgpack::adaptor::pack< std::multimap< K, V, Compare, Alloc > > |
|
struct | msgpack::adaptor::object_with_zone< std::multimap< K, V, Compare, Alloc > > |
|