Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ greater_than_equal
Function
greater_than_equal
include/chaiscript/dispatchkit/operators.hpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
113
template<typename T>
114
void greater_than_equal(Module& m)
115
{
116
m.add(chaiscript::fun([](const T &lhs, const T &rhs){return lhs>=rhs;}),
">="
);
117
}
118
119
template<typename T>
120
void less_than(Module& m)
Callers
nothing calls this directly
Calls
2
fun
Function · 0.85
add
Method · 0.45
Tested by
no test coverage detected