MessagePack for C++
Loading...
Searching...
No Matches
msgpack::adaptor::pack< std::unordered_multimap< K, V, Hash, Compare, Alloc > > Struct Template Reference

#include <unordered_map.hpp>

Inheritance diagram for msgpack::adaptor::pack< std::unordered_multimap< K, V, Hash, Compare, Alloc > >:
Collaboration diagram for msgpack::adaptor::pack< std::unordered_multimap< K, V, Hash, Compare, Alloc > >:

Public Member Functions

template<typename Stream>
msgpack::packer< Stream > & operator() (msgpack::packer< Stream > &o, const std::unordered_multimap< K, V, Hash, Compare, Alloc > &v) const

Member Function Documentation

◆ operator()()

template<typename K, typename V, typename Hash, typename Compare, typename Alloc>
template<typename Stream>
msgpack::packer< Stream > & msgpack::adaptor::pack< std::unordered_multimap< K, V, Hash, Compare, Alloc > >::operator() ( msgpack< std::unordered_multimap< K, V, Hash, Compare, Alloc > >::packer< Stream > & o,
const std::unordered_multimap< K, V, Hash, Compare, Alloc > & v ) const
inline

The documentation for this struct was generated from the following files: