MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / ShowTime

Method ShowTime

base_code/overload.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48 void ShowTime() const {
49 cout << hh << ":" << mm << ":" << ss << endl;
50 }
51};
52
53Time operator--(Time &t) {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected