Code Documentation 3.1
Social Network Visualizer
|
Metric to implement a min-priority queue. The operator returns true if if t1 is closer than t2 Used in Graph::dijkstra() priority_queue. More...
#include <global.h>
Public Member Functions | |
bool | operator() (GraphDistance &t1, GraphDistance &t2) |
Metric to implement a min-priority queue. The operator returns true if if t1 is closer than t2 Used in Graph::dijkstra() priority_queue.
|
inline |