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" 64 #endif // PROTON_DECIMAL_HPP 64-bit decimal floating point.
Definition: decimal.hpp:49
128-bit decimal floating point.
Definition: decimal.hpp:52
32-bit decimal floating point.
Definition: decimal.hpp:46
friend std::ostream & operator<<(std::ostream &o, const byte_array &b)
Print byte array in hex.
Definition: byte_array.hpp:88
The main Proton namespace.
Definition: annotation_key.hpp:30
Arbitrary fixed-size data.
Definition: byte_array.hpp:42