1 #ifndef PROTON_DECIMAL_HPP
2 #define PROTON_DECIMAL_HPP
25 #include "./byte_array.hpp"
26 #include "./internal/export.hpp"
27 #include "./internal/comparable.hpp"
29 #include <proton/types.h>
66 #endif // PROTON_DECIMAL_HPP
std::ostream & operator<<(std::ostream &, const binary &)
Print a binary value.
64-bit decimal floating point.
Definition: decimal.hpp:51
128-bit decimal floating point.
Definition: decimal.hpp:54
32-bit decimal floating point.
Definition: decimal.hpp:48
Type traits for mapping between AMQP and C++ types.
Definition: annotation_key.hpp:28
Arbitrary fixed-size data.
Definition: byte_array.hpp:40