Unsettled API - A stream-like decoder from AMQP bytes to C++ values. More...
#include "../internal/data.hpp"
#include "../internal/type_traits.hpp"
#include "../types_fwd.hpp"
#include "./common.hpp"
#include <proton/type_compat.h>
#include <utility>
Go to the source code of this file.
Classes | |
class | decoder |
Unsettled API - A stream-like decoder from AMQP bytes to C++ values. More... | |
Namespaces | |
proton | |
The main Proton namespace. | |
proton::codec | |
Unsettled API - AMQP data encoding and decoding. | |
Functions | |
template<class T > | |
std::enable_if< internal::is_unknown_integer< T >::value, decoder & >::type | operator>> (decoder &d, T &i) |
operator>> for integer types that are not covered by the standard overrides. | |
Unsettled API - A stream-like decoder from AMQP bytes to C++ values.