15 namespace duds {
namespace time {
namespace interstellar {
22 os << m.
G << std::setfill(
'0') << std::right <<
"G " << std::setw(3) << m.
M 23 <<
"M " << std::setw(3) << m.
k <<
"k " << std::setw(3) << m.
s <<
's' <<
24 std::setfill(f) << std::left;
33 os << h.
e10 << std::setfill(
'0') << std::right <<
':' << std::setw(2) <<
34 h.
e8 <<
':' << std::setw(2) << h.
M <<
'-' << std::setw(2) << h.
ma <<
':' <<
35 std::setw(2) << h.
h <<
':' << std::setw(2) << h.
s << std::setfill(f) <<
boost::multiprecision::int128_t int128_t
The type used for 128-bit integers.
const int128_t OneE15
1e15 in a 128-bit integer.
std::ostream & operator<<(std::ostream &os, const Hectoform &h)
Writes the Hectoform time in its Human readable format in plain text.
const int128_t OneE12
1e12 in a 128-bit integer.
const int128_t OneE6
1e6 in a 128-bit integer.