| 93 | // Retrieves the underlying value. |
| 94 | template <MeasureType Type, NumberType Value> |
| 95 | Value Measure<Type, Value>::get() const |
| 96 | { |
| 97 | return value; |
| 98 | } |
| 99 | |
| 100 | // In-place unary operators. |
| 101 | template <MeasureType Type, NumberType Value> |
no outgoing calls
no test coverage detected