Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ print
Function
print
Exercises/NoModules/Appendix A/SolnA_06/Print.h:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
#include <string_view>
6
7
inline void print(std::string_view string)
8
{
9
std::cout << string << std::endl;
10
}
11
12
#endif
Callers
2
print_that
Function · 0.70
print_this
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected