| 212 | |
| 213 | template<typename T> |
| 214 | static inline constexpr T d_max(const T a, const T b) { return a > b ? a : b; } |
| 215 | |
| 216 | // -------------------------------------------------------------------------------------------------------------------- |
| 217 |
no outgoing calls
no test coverage detected