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

Function print_it

Examples/NoModules/Chapter 08/Ex8_10.cpp:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4void double_it(double& it) { it *= 2; }
5void print_it(const double& it) { std::cout << it << std::endl; }
6
7int main()
8{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected