Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
void double_it(double& it) { it *= 2; }
5
void print_it(const double& it) { std::cout << it << std::endl; }
6
7
int main()
8
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected