Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ not_equal
Function
not_equal
include/chaiscript/dispatchkit/operators.hpp:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
137
template<typename T>
138
void not_equal(Module& m)
139
{
140
m.add(chaiscript::fun([](const T &lhs, const T &rhs){return lhs!=rhs;}),
"!="
);
141
}
142
143
template<typename T>
144
void addition(Module& m)
Callers
nothing calls this directly
Calls
2
fun
Function · 0.85
add
Method · 0.45
Tested by
no test coverage detected