Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ setM
Method
setM
Lab_14/Source.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
this->Km = Km;
70
}
71
void setM(int M)
72
{
73
this->M = M;
74
}
75
Distance operator==(Distance &d)
76
{
77
if ((Km == d.Km) && (M == d.M))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected