Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
09.12-fixedString2/main.cpp:47–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
int main()
48
{
49
fixed_string fs{
"Hello, C++20"
};
50
51
print(FormatString<
"%s, %s"
>{},
"Hello"
,
"C++20"
);
52
53
print(
"%s, %s"
_fs,
"Hello"
,
"C++20"
);
54
}
Callers
nothing calls this directly
Calls
1
print
Function · 0.70
Tested by
no test coverage detected