Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
struct to_stringable {
67
friend auto to_string_view(to_stringable) -> fmt::string_view { return {}; }
68
};
69
70
FMT_BEGIN_NAMESPACE
71
template <> struct formatter<to_stringable> {
Callers
1
TEST
Function · 0.70
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.56