CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Classes | |
class | catapult::utils::TimeSpan |
Represents a time duration. More... | |
Namespaces | |
catapult | |
catapult::utils | |
Functions | |
std::ostream & | catapult::utils::operator<< (std::ostream &out, const TimeSpan &timeSpan) |
Insertion operator for outputting timeSpan to out. More... | |
constexpr Timestamp | catapult::utils::operator+ (const Timestamp ×tamp, const TimeSpan &timeSpan) |
Adds timestamp and a timeSpan resulting in new timestamp. More... | |
constexpr Timestamp | catapult::utils::SubtractNonNegative (const Timestamp ×tamp, const TimeSpan &timeSpan) |
Subtracts timeSpan from timestamp and returns the maximum of the difference and zero. More... | |