MCPcopy Create free account
hub / github.com/RoboJackets/software-training / operator()

Method operator()

astar_path_planner/src/utils.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26{
27
28bool PointEqualityComparator::operator()(const Point & left, const Point & right) const
29{
30 return left.isApprox(right);
31}
32
33std::size_t PointHash::operator()(const Point & point) const
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected