Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ LessThan
Function
LessThan
runtime/standard/comparison_functions.cc:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
// Comparison template functions
36
template <class Type>
37
bool LessThan(Type t1, Type t2) {
38
return (t1 < t2);
39
}
40
41
template <class Type>
42
bool LessThanOrEqual(Type t1, Type t2) {
Callers
1
GreaterThan
Function · 0.85
Calls
2
operator<
Function · 0.50
Compare
Method · 0.45
Tested by
no test coverage detected