Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ equal
Function
equal
include/chaiscript/dispatchkit/operators.hpp:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
101
template<typename T>
102
void equal(Module& m)
103
{
104
m.add(chaiscript::fun([](const T &lhs, const T &rhs){return lhs==rhs;}),
"=="
);
105
}
106
107
template<typename T>
108
void greater_than(Module& m)
Callers
2
startsWith
Function · 0.85
endsWith
Function · 0.85
Calls
2
fun
Function · 0.85
add
Method · 0.45
Tested by
no test coverage detected