Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TNG/boost-python-examples
/ greet
Method
greet
02-ExposingClasses/classes.cpp:22–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
mMsg = ss.str();
21
}
22
std::string greet() { return mMsg; }
23
std::string mMsg;
24
};
25
Callers
1
classes.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected