MCPcopy Create free account
hub / github.com/pybind/pybind11 / MoveOutDetector

Method MoveOutDetector

tests/test_stl.cpp:317–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315
316 struct MoveOutDetector {
317 MoveOutDetector() = default;
318 MoveOutDetector(const MoveOutDetector &) = default;
319 MoveOutDetector(MoveOutDetector &&other) noexcept : initialized(other.initialized) {
320 // steal underlying resource

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected