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

Method to_string_view

test/compile-test.cc:280–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278
279struct to_stringable {
280 friend fmt::string_view to_string_view(to_stringable) { return {}; }
281};
282
283FMT_BEGIN_NAMESPACE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected