MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / CFindPredicate

Class CFindPredicate

ogsr_engine/xrGame/danger_manager.cpp:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38struct CFindPredicate
39{
40 const CDangerObject* m_object;
41
42 IC CFindPredicate(const CDangerObject& object) { m_object = &object; }
43
44 IC bool operator()(const CDangerObject& object) const { return (*m_object == object); }
45};
46
47struct CRemoveByTimePredicate
48{

Callers 1

addMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected