|
ORIGINAL
|
Time and date handling utilities. More...
#include "config.h"#include <cmath>#include "comparable.h"#include "hash.h"#include "printable.h"#include "error.h"#include <iomanip>

Go to the source code of this file.
Classes | |
| class | original::time |
| Namespace-like class containing time-related utilities. More... | |
| class | original::time::duration |
| Represents a time duration with nanosecond precision. More... | |
| class | original::time::point |
| Represents a point in time with nanosecond precision. More... | |
| class | original::time::UTCTime |
| Represents a UTC calendar date and time. More... | |
Namespaces | |
| namespace | original |
| Main namespace for the project Original. | |
| namespace | literals |
| User-defined literals for time durations. | |
Time and date handling utilities.
Provides classes for time duration, points in time, and UTC date/time handling. Includes support for:
Key features: