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

Method on_replacement_field

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

Source from the content-addressed store, hash-verified

534 template <typename T> constexpr auto on_arg_id(T) -> int { return 0; }
535
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* {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected