MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / print

Function print

Exercises/NoModules/Appendix A/SolnA_07A/Print.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4unsigned count;
5
6void print(std::string_view string)
7{
8 std::cout << string << std::endl;
9 ++count;
10}

Callers 2

print_thatFunction · 0.70
print_thisFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected