MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / main

Function main

sample/isLarge.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16static_assert(isLarge(100));
17
18int32_t main()
19{
20 std::cout << isLarge(10) << std::endl;
21 return 0;
22}

Callers

nothing calls this directly

Calls 1

isLargeFunction · 0.85

Tested by

no test coverage detected