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