Nano
A C++ template metaprogramming library
nano::detail::search_lists< List1, List2 > Struct Template Reference

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>

Detailed Description

template<typename List1, typename List2>
struct nano::detail::search_lists< List1, List2 >

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.

Template Parameters
List1The list to iterate over
List2The list to look through for each element in List1

The documentation for this struct was generated from the following file: