proton/codec/unordered_map.hpp File Reference

Unsettled API** - Enable conversions between `protonvalue` and `stdunordered_map`. More...

#include "./encoder.hpp"
#include "./decoder.hpp"
#include <unordered_map>

Go to the source code of this file.

Namespaces

namespace  proton
 

The main Proton namespace.


namespace  proton::codec
 

**Unsettled API** - AMQP data encoding and decoding.


Functions

template<class K , class T , class C , class A >
encoder & operator<< (encoder &e, const std::unordered_map< K, T, C, A > &m)
 Encode std::unordered_map<K, T> as amqp::UNORDERED_MAP.
template<class K , class T , class C , class A >
decoder & operator>> (decoder &d, std::unordered_map< K, T, C, A > &m)
 Decode to std::unordered_map<K, T> from amqp::UNORDERED_MAP.

Detailed Description

Unsettled API** - Enable conversions between `protonvalue` and `stdunordered_map`.


Generated on 1 Jun 2020 for Qpid Proton C++ by  doxygen 1.6.1