Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
struct to_stringable {
67
friend auto to_string_view(to_stringable) -> fmt::string_view { return {}; }
68
};
69
70
FMT_BEGIN_NAMESPACE
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected