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

Class to_stringable

test/args-test.cc:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66struct to_stringable {
67 friend auto to_string_view(to_stringable) -> fmt::string_view { return {}; }
68};
69
70FMT_BEGIN_NAMESPACE
71template <> struct formatter<to_stringable> {

Callers 1

TESTFunction · 0.70

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.56