Qpid Proton C++ API  0.32.0
map.hpp File Reference

Unsettled API - Enable conversions between proton::value and std::map. More...

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

Go to the source code of this file.

Namespaces

 proton
 The main Proton 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::map< K, T, C, A > &m)
 Encode std::map<K, T> as amqp::MAP.
 
template<class K , class T , class C , class A >
decoder & operator>> (decoder &d, std::map< K, T, C, A > &m)
 Decode to std::map<K, T> from amqp::MAP.
 

Detailed Description

Unsettled API - Enable conversions between proton::value and std::map.