The formatter
Struct Template Reference
adds support for formatting QCString More...
Declaration
struct fmt::formatter<QCString> { ... }
Included Headers
#include <src/message.h>
Base struct
struct | formatter<T> |
Public Member Functions Index
auto | format (const QCString &c, format_context &ctx) const |
Description
adds support for formatting QCString
Definition at line 148 of file message.h.
Public Member Functions
format()
| inline |
Definition at line 150 of file message.h.
151 return formatter<std::string>::format(c.str(), ctx);
152 }
Reference QCString::str.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.