|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Time duration conversion utilities. More...
#include <string>#include <chrono>Go to the source code of this file.
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Functions | |
| double | Aleph::duration_to_seconds (const std::chrono::duration< double > &d) |
| double | Aleph::duration_to_milliseconds (const std::chrono::duration< double > &d) |
| double | Aleph::duration_to_microseconds (const std::chrono::duration< double > &d) |
| double | Aleph::duration_to_nanoseconds (const std::chrono::duration< double > &d) |
| double | Aleph::duration_to_minutes (const std::chrono::duration< double > &d) |
| double | Aleph::duration_to_hours (const std::chrono::duration< double > &d) |
| double | Aleph::duration_to_days (const std::chrono::duration< double > &d) |
| std::string | Aleph::duration_to_string (const auto &d) |
Time duration conversion utilities.
Provides functions for converting std::chrono durations to various time units (seconds, milliseconds, microseconds, nanoseconds) and formatting durations as human-readable strings.
Definition in file ah-chronos-utils.H.