Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/FunctionalPlus
/ operator()
Method
operator()
test/invoke_test.cpp:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
int i = 0;
133
134
int operator()(int a, int b) const
135
{
136
return a + b;
137
}
138
139
void mutate_data()
140
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected