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

Method Add

test/composition_test.cpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 {
45 }
46 void Add(int y) { x_ += y; }
47 int Get() const { return x_; }
48
49private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected