MCPcopy 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

11namespace {
12
13bool int_less(int x, int y)
14{
15 return x < y;
16}
17
18bool int_less_eq(int x, int y)
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected