Nano
A C++ template metaprogramming library
|
For each element in the first list, the index of the element in the second list is searched for, if found it's added to a new list, otherwise -1 is added. More...
#include <list_functions.hpp>
For each element in the first list, the index of the element in the second list is searched for, if found it's added to a new list, otherwise -1 is added.
List1 | The list to iterate over |
List2 | The list to look through for each element in List1 |