Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceEckel/OnJava8-Examples
/ get
Method
get
generics/Mixins.cpp:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
public:
31
void set(string val) { value = val; }
32
string get() { return value; }
33
};
34
35
int main() {
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected