Comparator for equality of the last element of two 2D-vectors. More...
Public Member Functions | |
bool | operator() (const Eigen::Vector2d &a, const Eigen::Vector2d &b) |
Compare the last element of two 2D-vectors for equality. |
Comparator for equality of the last element of two 2D-vectors.
Definition at line 120 of file handle_search.h.
bool HandleSearch::LastElementComparator::operator() | ( | const Eigen::Vector2d & | a, |
const Eigen::Vector2d & | b | ||
) | [inline] |
Compare the last element of two 2D-vectors for equality.
a | the first 2D-vector to be compared |
b | the second 2D-vector to be compared |
Definition at line 128 of file handle_search.h.