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