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

Method MyObject6

tests/test_smart_ptr.cpp:210–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208
209private:
210 explicit MyObject6(std::string &&value) : value_{std::move(value)} {}
211 std::string value_;
212};
213

Callers 1

test_const_only_holderFunction · 0.80

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected