Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
static_assert(square(x) == 25);
19
20
int32_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
square
Function · 0.85
Tested by
no test coverage detected