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

Method to_string_view

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected