CppWAMP
C++11 client library for the WAMP protocol
unorderedmap.hpp File Reference

Provides facilities allowing Variant to interoperate with std::unordered_map. More...

#include <unordered_map>
#include <utility>
#include "../api.hpp"
#include "../error.hpp"
#include "../variant.hpp"

Go to the source code of this file.

Namespaces

 wamp
 

Functions

template<typename T >
void wamp::convert (FromVariantConverter &conv, std::unordered_map< String, T > &map)
 Performs the conversion from an object variant to a std::unordered_map. More...
 
template<typename T >
void wamp::convert (ToVariantConverter &conv, std::unordered_map< String, T > &map)
 Performs the conversion from a std::unordered_map to an object variant. More...
 

Detailed Description

Provides facilities allowing Variant to interoperate with std::unordered_map.