Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ equal
Function
equal
ogsr_engine/COMMON_AI/script_flags_script.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
template <typename T>
39
bool equal(T* self, const T& f)
40
{
41
return (!!self->equal(f));
42
}
43
44
template <typename T>
45
bool equal(T* self, const T& f, const typename T::TYPE mask)
Callers
2
operator==
Method · 0.50
operator==
Method · 0.50
Calls
1
equal
Method · 0.45
Tested by
no test coverage detected