A collection of key-value pairs. More...
#include "./value.hpp"
#include <cstddef>
#include <initializer_list>
#include <map>
#include <memory>
Go to the source code of this file.
Classes | |
class | map< K, T > |
A collection of key-value pairs. More... | |
Namespaces | |
proton | |
The main Proton namespace. | |
proton::codec | |
Unsettled API - AMQP data encoding and decoding. | |
Functions | |
template<class K , class T > | |
proton::codec::decoder & | operator>> (proton::codec::decoder &d, map< K, T > &m) |
Decode from a proton::map. | |
template<class K , class T > | |
proton::codec::encoder & | operator<< (proton::codec::encoder &e, const map< K, T > &m) |
Encode to a proton::map. | |
template<class K , class T > | |
void | swap (map< K, T > &, map< K, T > &) |
Swap proton::map instances. | |
A collection of key-value pairs.