toolbox.cpp : thousand_sep now supports negative integers && added doxygen

This commit is contained in:
saundersp
2025-08-24 18:54:04 +02:00
parent 7836efb637
commit cb53d0bd3d
2 changed files with 127 additions and 77 deletions

View File

@@ -18,8 +18,8 @@ namespace asp {
std::string format_time(const uint64_t) noexcept;
std::string format_time_ns(uint64_t) noexcept;
void toolbox_unit_test(void) noexcept;
std::string thousand_sep(const uint64_t&, const char&) noexcept;
std::string thousand_sep(const uint64_t&) noexcept;
std::string thousand_sep(const int64_t, const char) noexcept;
std::string thousand_sep(const int64_t) noexcept;
/**
* @brief Print a formatted row of titles with of gaps seperated by a separator.