(int) Hours component. @mem h
| 105 | /// (int) Hours component. |
| 106 | // @mem h |
| 107 | int Time::GetHours() const |
| 108 | { |
| 109 | auto [h, m, s, c] = GetHmsc(); |
| 110 | return h; |
| 111 | } |
| 112 | |
| 113 | /// (int) Minutes component. |
| 114 | // @mem m |
no outgoing calls
no test coverage detected