#include <memory>
Go to the source code of this file.
Namespaces | |
lanelet | |
lanelet::helper | |
Functions | |
template<typename FwIter , typename Func > | |
void | lanelet::helper::forEachPair (FwIter first, FwIter end, Func f) |
apply a function for each pair of adjacent elements in a range More... | |
template<typename FwIter , typename Func > | |
FwIter | lanelet::helper::forEachPairUntil (FwIter first, FwIter end, Func f) |
Apply a function of all pairs in a sequenc in sorted order until a predicate returns true. More... | |