MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ format_runtime()

template<typename... Args>
std::string MayaFlux::Journal::format_runtime ( std::string_view  fmt_str,
Args &&...  args 
)
inline

Definition at line 10 of file Archivist.hpp.

11{
12 return std::vformat(fmt_str, std::make_format_args(args...));
13}

Referenced by error(), error_rethrow(), format_print(), log(), scribe(), and scribe_rt().

+ Here is the caller graph for this function: