Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ setNumberToSearchFor
Method
setNumberToSearchFor
Examples/Modules/Chapter 19/Ex19_07/Finder.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void Finder::setNumberToSearchFor(double value)
24
{
25
m_number_to_search_for = value;
26
}
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected