| 333 | struct move_only_handler |
| 334 | { |
| 335 | move_only_handler() = default; |
| 336 | move_only_handler(move_only_handler&&) = default; |
| 337 | move_only_handler(move_only_handler const&) = delete; |
| 338 |
nothing calls this directly
no outgoing calls
no test coverage detected