MayaFlux
0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
format()
template<typename... Args>
std::string MayaFlux::Journal::format
(
format_string
< std::remove_cvref_t< Args >... >
fmt_str
,
Args &&...
args
)
inline
Definition at line
30
of file
Format.hpp
.
31
{
32
return
fmt::format(fmt_str, std::forward<Args>(args)...);
33
}
Referenced by
fatal()
.
Here is the caller graph for this function:
MayaFlux
Journal
Generated by
1.9.8