|
qxLib
|
Go to the source code of this file.
Functions | |
| template<class out_it_t > | |
| void | qx::append_time_string (out_it_t it, char_type chDateDelimiter, char_type chTimeDelimiter) noexcept |
| Format time string to the buffer. More... | |
|
inlinenoexcept |
Format time string to the buffer.
| out_it_t | - output iterator type |
| it | - output iterator |
| chDateDelimiter | - char to use as delimiter in date part |
| chTimeDelimiter | - char to use as delimiter in time part |
Definition at line 27 of file time_string.h.