Struct NodePtrComparator

Struct Documentation

struct NodePtrComparator

Comparator for shared pointers to Node.

Public Functions

inline bool operator()(const std::shared_ptr<Node> &lhs, const std::shared_ptr<Node> &rhs) const