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