Struct PDST::MotionCompare

Nested Relationships

This struct is a nested type of Class PDST.

Struct Documentation

struct MotionCompare

Comparator used to order motions in the priority queue.

Public Functions

inline bool operator()(Motion *p1, Motion *p2) const

returns true if m1 is lower priority than m2