Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/FunctionalPlus
/ int_less_eq
Function
int_less_eq
test/compare_test.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
bool int_less_eq(int x, int y)
19
{
20
return x <= y;
21
}
22
23
auto generic_less = [](auto x, auto y) {
24
return x < y;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected