(int) Seconds component. @mem s
| 121 | /// (int) Seconds component. |
| 122 | // @mem s |
| 123 | int Time::GetSeconds() const |
| 124 | { |
| 125 | auto [h, m, s, c] = GetHmsc(); |
| 126 | return s; |
| 127 | } |
| 128 | |
| 129 | /// (int) Centiseconds component. |
| 130 | // @mem c |
no outgoing calls
no test coverage detected