Isle
Loading...
Searching...
No Matches
LegoPathActorSetCompare Struct Reference

[AI] Comparison functor used to order LegoPathActor pointers for set containers, using their pointer value. More...

#include <legopathboundary.h>

Public Member Functions

MxU32 operator() (const LegoPathActor *p_lhs, const LegoPathActor *p_rhs) const
 

Detailed Description

[AI] Comparison functor used to order LegoPathActor pointers for set containers, using their pointer value.

[AI] This comparison ensures that the set of actor pointers has a stable and unique order.

Definition at line 21 of file legopathboundary.h.

Member Function Documentation

◆ operator()()

MxU32 LegoPathActorSetCompare::operator() ( const LegoPathActor p_lhs,
const LegoPathActor p_rhs 
) const
inline

Definition at line 22 of file legopathboundary.h.


The documentation for this struct was generated from the following file: