Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ double_it
Function
double_it
Examples/Modules/Chapter 08/Ex8_10.cpp:4–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import <iostream>;
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()
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected