| 8197 | using result_type = unsigned int; |
| 8198 | |
| 8199 | static constexpr result_type (min)() { return 0; } |
| 8200 | static constexpr result_type (max)() { return 1000000; } |
| 8201 | |
| 8202 | result_type operator()( result_type n ) const; |
nothing calls this directly
no outgoing calls
no test coverage detected