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

Method foo

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

Source from the content-addressed store, hash-verified

212
213 struct foo {
214 foo(int a, int b)
215 : a_(a)
216 , b_(2 * b)
217 {
218 }
219 int a_;
220 int b_;
221 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected