MCPcopy 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

17static_assert(sumIs(std::array<int32_t, 2>{5, 6}, 11));
18
19int32_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

sumIsFunction · 0.85

Tested by

no test coverage detected