Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ print_that
Function
print_that
Exercises/NoModules/Appendix A/SolnA_05/PrintThat.cpp:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
extern void print(std::string_view string);
6
7
void print_that(std::string_view string)
8
{
9
print(string);
10
}
Callers
1
main
Function · 0.70
Calls
1
print
Function · 0.70
Tested by
no test coverage detected