Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
209
private:
210
explicit MyObject6(std::string &&value) : value_{std::move(value)} {}
211
std::string value_;
212
};
213
Callers
1
test_const_only_holder
Function · 0.80
Calls
1
move
Function · 0.85
Tested by
no test coverage detected