MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / null_handler

Class null_handler

extlibs/fmt/include/fmt/format.h:3068–3074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3066template <typename Char = char> class dynamic_formatter {
3067 private:
3068 struct null_handler : internal::error_handler {
3069 void on_align(align_t) {}
3070 void on_plus() {}
3071 void on_minus() {}
3072 void on_space() {}
3073 void on_hash() {}
3074 };
3075
3076 public:
3077 template <typename ParseContext>

Callers 1

formatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected