| 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; |
| 8203 | result_type operator()() const; |
nothing calls this directly
no outgoing calls
no test coverage detected