| 12 | // Integer limits |
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected