Formatter for QString in format_ns::format.
More...
#include <formatters.hpp>
|
| constexpr auto | parse (format_ns::format_parse_context &ctx) -> decltype(ctx.begin()) |
| |
| template<typename FormatContext> |
| auto | format (const QString &my, FormatContext &ctx) const -> decltype(ctx.out()) |
| |
Formatter for QString in format_ns::format.
◆ format()
template<typename FormatContext>
| auto format_ns::formatter< QString >::format |
( |
const QString & | my, |
|
|
FormatContext & | ctx ) const -> decltype( ctx.out() )
|
|
inline |
◆ parse()
| auto format_ns::formatter< QString >::parse |
( |
format_ns::format_parse_context & | ctx | ) |
-> decltype( ctx.begin() ) |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: