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

Function APlusTwoTimesBFunc

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

Source from the content-addressed store, hash-verified

11namespace {
12
13int APlusTwoTimesBFunc(int a, int b)
14{
15 return a + 2 * b;
16}
17
18typedef std::deque<int> IntDeq;
19typedef std::deque<IntDeq> IntContCont;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected