by_second_sorter Class Reference
Detailed Description
Definition at line 899 of file MSLane.cpp.
|
Public Member Functions |
| int | operator() (const std::pair< const MSVehicle *, SUMOReal > &p1, const std::pair< const MSVehicle *, SUMOReal > &p2) const |
Member Function Documentation
| int by_second_sorter::operator() |
( |
const std::pair< const MSVehicle *, SUMOReal > & |
p1, |
|
|
const std::pair< const MSVehicle *, SUMOReal > & |
p2 | |
|
) |
| | const [inline] |
Definition at line 901 of file MSLane.cpp.
00901 {
00902 return p1.second<p2.second;
00903 }
The documentation for this class was generated from the following file: