qxLib
Functions
time_string.h File Reference
#include <qx/containers/string/string.h>
#include <qx/macros/suppress_warnings.h>
#include <ctime>

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...
 

Detailed Description

Author
Khrapov
Date
11.01.2026

Definition in file time_string.h.

Function Documentation

◆ append_time_string()

template<class out_it_t >
void qx::append_time_string ( out_it_t  it,
char_type  chDateDelimiter,
char_type  chTimeDelimiter 
)
inlinenoexcept

Format time string to the buffer.

Template Parameters
out_it_t- output iterator type
Parameters
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.