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

Method resultTestState

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

Source from the content-addressed store, hash-verified

31class resultTestState {
32public:
33 explicit resultTestState(int x)
34 : x_(x)
35 {
36 }
37 void Add(int y) { x_ += y; }
38 int Get() const { return x_; }
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected