Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ format_as
Method
format_as
test/std-test.cc:204–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
203
private:
204
friend auto format_as(const my_class& elm) -> std::string {
205
return fmt::to_string(elm.av);
206
}
207
};
208
209
class my_class_int {
Callers
nothing calls this directly
Calls
1
to_string
Function · 0.85
Tested by
no test coverage detected