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

Function main

sample/someNone.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18static_assert(square(x) == 25);
19
20int32_t main()
21{
22 auto t = std::make_optional(3);
23 std::cout << square(t) << std::endl;
24 return 0;
25}

Callers

nothing calls this directly

Calls 1

squareFunction · 0.85

Tested by

no test coverage detected