MCPcopy 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

30public:
31 void set(string val) { value = val; }
32 string get() { return value; }
33};
34
35int main() {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected