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

Method format_as

test/std-test.cc:204–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203 private:
204 friend auto format_as(const my_class& elm) -> std::string {
205 return fmt::to_string(elm.av);
206 }
207};
208
209class my_class_int {

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected