Get the tick count @return Number of ticks stored in this duration
| 55 | /// Get the tick count |
| 56 | /// @return Number of ticks stored in this duration |
| 57 | constexpr Rep count() const FL_NOEXCEPT { return mCount; } |
| 58 | |
| 59 | private: |
| 60 | Rep mCount; |
no outgoing calls
no test coverage detected