Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TNG/boost-python-examples
/ set
Method
set
03-Constructors/ctor.cpp:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
set(os.str());
12
}
13
void set(std::string msg) { mMsg = msg; }
14
std::string greet() { return mMsg; }
15
std::string mMsg;
16
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected