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