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