| 13 | static constexpr bool is_specialized = false; |
| 14 | static constexpr T min() noexcept { return T(); } |
| 15 | static constexpr T max() noexcept { return T(); } |
| 16 | static constexpr int digits = 0; |
| 17 | static constexpr int digits10 = 0; |
| 18 | static constexpr int max_digits10 = 0; |
no outgoing calls
no test coverage detected