toolbox.cpp : thousand_sep now supports negative integers && added doxygen
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user