Home
last modified time | relevance | path

Searched refs:MoveOutDetector (Results 1 – 1 of 1) sorted by relevance

/external/python/pybind11/tests/
Dtest_stl.cpp169 struct MoveOutDetector in TEST_SUBMODULE() struct
171 MoveOutDetector() = default; in TEST_SUBMODULE()
172 MoveOutDetector(const MoveOutDetector&) = default; in TEST_SUBMODULE()
173 MoveOutDetector(MoveOutDetector&& other) noexcept in TEST_SUBMODULE() function
180 py::class_<MoveOutDetector>(m, "MoveOutDetector", "Class with move tracking") in TEST_SUBMODULE()
182 .def_readonly("initialized", &MoveOutDetector::initialized); in TEST_SUBMODULE()
207 using opt_holder = OptionalHolder<std::optional, MoveOutDetector>; in TEST_SUBMODULE()
233 using opt_exp_holder = OptionalHolder<std::experimental::optional, MoveOutDetector>; in TEST_SUBMODULE()