Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
namespace {
12
13
int APlusTwoTimesBFunc(int a, int b)
14
{
15
return a + 2 * b;
16
}
17
18
typedef std::deque<int> IntDeq;
19
typedef std::deque<IntDeq> IntContCont;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected