Searched refs:MoveOutContainer (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_stl.cpp132 struct MoveOutContainer { struct
136 py::class_<MoveOutContainer::Value>(m, "MoveOutContainerValue")
137 .def_readonly("value", &MoveOutContainer::Value::value);
138 py::class_<MoveOutContainer>(m, "MoveOutContainer")
140 .def_property_readonly("move_list", &MoveOutContainer::move_list);
H A Dtest_stl.py103 c = m.MoveOutContainer()

Completed in 5 milliseconds