MCPcopy Create free account
hub / github.com/fmtlib/fmt / on_format_specs

Method on_format_specs

test/base-test.cc:538–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536 constexpr void on_replacement_field(int, const char*) {}
537
538 constexpr auto on_format_specs(int, const char* begin, const char*) -> const
539 char* {
540 return begin;
541 }
542
543 constexpr void on_error(const char*) { error = true; }
544

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected