| 1034 | } |
| 1035 | |
| 1036 | PathPartVector::const_iterator PathObject::findPartForIndex(MapCoordVector::size_type coords_index) const |
| 1037 | { |
| 1038 | return std::lower_bound(begin(path_parts), end(path_parts), coords_index, PathPartVector::compareEndIndex); |
| 1039 | } |
| 1040 | |
| 1041 | PathPartVector::iterator PathObject::findPartForIndex(MapCoordVector::size_type coords_index) |
| 1042 | { |
no outgoing calls
no test coverage detected