Definition at line 57 of file logging.h.
#include <logging.h>
|
auto | format (const inja::json &json, format_context &ctx) const -> decltype(ctx.out()) |
|
◆ format()
auto fmt::formatter< inja::json >::format |
( |
const inja::json & |
json, |
|
|
format_context & |
ctx |
|
) |
| const -> decltype(ctx.out())
|
|
inline |
Definition at line 58 of file logging.h.
60 {
61 return fmt::format_to(ctx.out(),
"{}",
json.dump());
62 }
The documentation for this struct was generated from the following file: