Specialization for std::format (and related).
More...
#include <djson/json.hpp>
|
| template<typename FormatParseContext > |
| constexpr auto | parse (FormatParseContext &pc) const |
| |
|
| static auto | format (dj::Json const &json, std::format_context &fc) -> std::format_context::iterator |
| |
Specialization for std::format (and related).
◆ format()
| static auto std::formatter< dj::Json >::format |
( |
dj::Json const & |
json, |
|
|
std::format_context & |
fc |
|
) |
| -> std::format_context::iterator |
|
static |
◆ parse()
template<typename FormatParseContext >
| constexpr auto std::formatter< dj::Json >::parse |
( |
FormatParseContext & |
pc | ) |
const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: