(int) Minutes component. @mem m
| 113 | /// (int) Minutes component. |
| 114 | // @mem m |
| 115 | int Time::GetMinutes() const |
| 116 | { |
| 117 | auto [h, m, s, c] = GetHmsc(); |
| 118 | return m; |
| 119 | } |
| 120 | |
| 121 | /// (int) Seconds component. |
| 122 | // @mem s |
no outgoing calls
no test coverage detected