| 315 | |
| 316 | struct MoveOutDetector { |
| 317 | MoveOutDetector() = default; |
| 318 | MoveOutDetector(const MoveOutDetector &) = default; |
| 319 | MoveOutDetector(MoveOutDetector &&other) noexcept : initialized(other.initialized) { |
| 320 | // steal underlying resource |
nothing calls this directly
no outgoing calls
no test coverage detected