Header for the class CTimer.
More...
#include <ctime>
#include <chrono>
#include <string>
#include <cinttypes>
#include <cstddef>
|
|
typedef std::chrono::system_clock | sysclock |
| | Shorthand for system clock.
|
| |
|
typedef std::chrono::time_point< std::chrono::system_clock > | systime_point |
| | Shorthand for sysclock time point.
|
| |
◆ CommaSeparatedString()
template<typename t >
| const std::string CommaSeparatedString |
( |
const t |
n | ) |
|
Convert a number to an std::string and insert commas every three digits from the least-significant end.
- Template Parameters
-
- Parameters
-
| n | The number to be converted. |
- Returns
- The number as a comma-separated string.