13 namespace duds {
namespace data {
16 std::ostringstream os;
22 std::ostringstream os;
28 return boost::uuids::to_string(u);
32 std::ostringstream os;
39 std::ostringstream os;
40 os << s.count() <<
"fs";
45 std::ostringstream os;
46 os << s.count() <<
"ns";
52 std::ostringstream os;
59 std::ostringstream os;
A container for a value and a unit to better describe the value.
Wraps an integer to allow the Boost multiprecision library to provide insertion and extraction operat...
std::string operator()(const std::string &s) const
An extention to the C++ std::chrono::time_point template to make time points easier to work with...
std::chrono::duration< int128_t, std::femto > Femtoseconds
Stores a duration in femtoseconds.
double value
Some value; probably something measured.
std::chrono::duration< std::uint64_t, std::nano > Nanoseconds
Stores a duration in nanoseconds.