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

Method getNumberToSearchFor

Examples/Modules/Chapter 19/Ex19_07/Finder.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18double Finder::getNumberToSearchFor() const
19{
20 return m_number_to_search_for;
21}
22
23void Finder::setNumberToSearchFor(double value)
24{

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected