Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ foo
Method
foo
examples/source/usertype.cpp:12–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
public:
12
foo(std::string name) : name(std::string(name)) {
13
}
14
15
void print() {
16
std::cout << name <<
'\n'
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected