I have this code:
struct PointComparator { explicit PointComparator(const Point& lowest) : m_lowest(lowest) {} bool operator()(const Po