Searched defs:MovableObject (Results 1 - 1 of 1) sorted by relevance
/gem5/ext/pybind11/tests/ | ||
H A D | test_callbacks.cpp | 123 struct MovableObject { struct 129 MovableObject(MovableObject &&o) : valid(o.valid) { o.valid = false; } function in struct:MovableObject [all...] |
Completed in 4 milliseconds