0.6.0
C++ to UML diagram generator based on Clang
Loading...
Searching...
No Matches
Public Member Functions | List of all members
fmt::formatter< inja::json > Struct Reference

Detailed Description

Definition at line 57 of file logging.h.

#include <logging.h>

Public Member Functions

auto format (const inja::json &json, format_context &ctx) const -> decltype(ctx.out())
 

Member Function Documentation

◆ 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: