1 #ifndef PROTON_DECIMAL_HPP 2 #define PROTON_DECIMAL_HPP 26 #include "./internal/export.hpp" 27 #include "./internal/comparable.hpp" 65 #endif // PROTON_DECIMAL_HPP Arbitrary fixed-size data.
A 64-bit decimal floating-point value.
Definition: decimal.hpp:49
A 128-bit decimal floating-point value.
Definition: decimal.hpp:52
A 32-bit decimal floating-point value.
Definition: decimal.hpp:46
friend std::ostream & operator<<(std::ostream &o, const byte_array &b)
Print byte array in hex.
Definition: byte_array.hpp:91
The main Proton namespace.
Definition: annotation_key.hpp:33
Arbitrary fixed-size data.
Definition: byte_array.hpp:45