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

Function format_as

test/format-test.cc:2001–2001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1999
2000enum test_enum { foo, bar };
2001auto format_as(test_enum e) -> int { return e; }
2002
2003std::string vformat_message(int id, const char* format, fmt::format_args args) {
2004 auto buffer = fmt::memory_buffer();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected