| 291 | int value; |
| 292 | }; |
| 293 | std::list<Value> move_list() const { return {{0}, {1}, {2}}; } |
| 294 | }; |
| 295 | py::class_<MoveOutContainer::Value>(m, "MoveOutContainerValue") |
| 296 | .def_readonly("value", &MoveOutContainer::Value::value); |
nothing calls this directly
no outgoing calls
no test coverage detected