| 87 | |
| 88 | template<typename T> |
| 89 | bool NumericParameter<T>::hasMinValue() const |
| 90 | { |
| 91 | return m_min != std::numeric_limits<T>::lowest(); |
| 92 | } |
| 93 | |
| 94 | template<typename T> |
| 95 | T NumericParameter<T>::minValue() const |
no outgoing calls
no test coverage detected