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
std::ostream & operator<<(std::ostream &, const binary &)
Print a binary value.
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
Arbitrary fixed-size data.
Definition: byte_array.hpp:42