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

Method Get

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected