Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ ree
Method
ree
examples/source/shared_ptr_modify_in_place.cpp:8–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
struct ree {
7
int value = 1;
8
ree() {
9
}
10
ree(int v) : value(v) {
11
}
12
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected