MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / strftime

Function strftime

extlibs/fmt/include/fmt/chrono.h:390–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388
389namespace internal {
390inline std::size_t strftime(char* str, std::size_t count, const char* format,
391 const std::tm* time) {
392 return std::strftime(str, count, format, time);
393}
394
395inline std::size_t strftime(wchar_t* str, std::size_t count,
396 const wchar_t* format, const std::tm* time) {

Callers 5

convertMethod · 0.85
getCurrentTimestampFunction · 0.85
err_handler_Method · 0.85
os_dateFunction · 0.85
formatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected