#include <algorithm>
Go to the source code of this file.
Namespaces | |
| flecsi | |
Functions | |
| template<class InputIt1 , class InputIt2 > | |
| bool | flecsi::util::intersects (InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt2 last2) |
| Detect intersections of sorted lists. More... | |
| bool flecsi::util::intersects | ( | InputIt1 | first1, |
| InputIt1 | last1, | ||
| InputIt2 | first2, | ||
| InputIt2 | last2 | ||
| ) |
Detect intersections of sorted lists.
1.8.13