Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ main
Function
main
sample/sumIs.cpp:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
static_assert(sumIs(std::array<int32_t, 2>{5, 6}, 11));
18
19
int32_t main()
20
{
21
std::cout << sumIs(std::array<int32_t, 2>{5, 6}, 11) << std::endl;
22
return 0;
23
}
Callers
nothing calls this directly
Calls
1
sumIs
Function · 0.85
Tested by
no test coverage detected