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

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

#include <unordered_set>
#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_set< T > &set)
 Performs the conversion from an array variant to a std::unordered_set. More...
 
template<typename T >
void wamp::convert (ToVariantConverter &conv, std::unordered_set< T > &set)
 Performs the conversion from a std::unordered_set to an array variant. More...
 

Detailed Description

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