MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / Add

Method Add

test/result_test.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 {
36 }
37 void Add(int y) { x_ += y; }
38 int Get() const { return x_; }
39
40private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected