userver: fmt::formatter<::formats::json::Value > Struct Reference
Loading...
Searching...
No Matches
fmt::formatter<::formats::json::Value > Struct Reference

Detailed Description

Definition at line 90 of file serialize.hpp.

+ Inheritance diagram for fmt::formatter<::formats::json::Value >:
+ Collaboration diagram for fmt::formatter<::formats::json::Value >:

Public Member Functions

template<typename FormatContext >
auto format (const ::formats::json::Value &value, FormatContext &ctx) USERVER_FMT_CONST -> decltype(ctx.out())
 

Static Public Member Functions

static constexpr auto parse (format_parse_context &ctx) -> decltype(ctx.begin())
 

Member Function Documentation

◆ format()

template<typename FormatContext >
auto fmt::formatter<::formats::json::Value >::format ( const ::formats::json::Value & value,
FormatContext & ctx ) -> decltype(ctx.out())
inline

Definition at line 98 of file serialize.hpp.

◆ parse()

static constexpr auto fmt::formatter<::formats::json::Value >::parse ( format_parse_context & ctx) -> decltype(ctx.begin())
inlinestaticconstexpr

Definition at line 92 of file serialize.hpp.


The documentation for this struct was generated from the following file: