| 5404 | return static_cast<unsigned int>(ret); |
| 5405 | } |
| 5406 | CATCH_CATCH_ANON( std::invalid_argument const& ) { |
| 5407 | // no conversion could be performed |
| 5408 | } |
| 5409 | CATCH_CATCH_ANON( std::out_of_range const& ) { |
| 5410 | // the input does not fit into an unsigned long long |
| 5411 | } |
nothing calls this directly
no outgoing calls
no test coverage detected