| 99 | |
| 100 | template<typename T> |
| 101 | bool NumericParameter<T>::hasMaxValue() const |
| 102 | { |
| 103 | return m_max != std::numeric_limits<T>::max(); |
| 104 | } |
| 105 | |
| 106 | template<typename T> |
| 107 | T NumericParameter<T>::maxValue() const |
no outgoing calls
no test coverage detected