MessagePack for C++
Loading...
Searching...
No Matches
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 Template Reference

#include <map.hpp>

Public Member Functions

std::multimap< K, V, Compare, Alloc > operator() (msgpack::object const &o) const

Member Function Documentation

◆ operator()()

template<typename K, typename V, typename Compare, typename Alloc>
std::multimap< K, V, Compare, Alloc > msgpack::adaptor::as< std::multimap< K, V, Compare, Alloc >, typename std::enable_if< msgpack::has_as< K >::value||msgpack::has_as< V >::value >::type >::operator() ( msgpack::object const & o) const
inline

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