MCPcopy 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
38template <typename T>
39bool equal(T* self, const T& f)
40{
41 return (!!self->equal(f));
42}
43
44template <typename T>
45bool equal(T* self, const T& f, const typename T::TYPE mask)

Callers 2

operator==Method · 0.50
operator==Method · 0.50

Calls 1

equalMethod · 0.45

Tested by

no test coverage detected