WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
fmt.h File Reference
#include <fmt/base.h>
Include dependency graph for fmt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define WEBCFACE_MESSAGE_FMT(Type)
 

Macro Definition Documentation

◆ WEBCFACE_MESSAGE_FMT

#define WEBCFACE_MESSAGE_FMT (   Type)
Value:
template <> \
struct fmt::formatter<Type> : formatter<string_view> { \
static constexpr int msg_kind = Type::kind; \
auto format(const Type &, \
format_context &) const -> format_context::iterator; \
};