|
Nano
A C++ template metaprogramming library
|
Takes a list and an evaluation function, which itself takes the list and a parameter to evaluate if each element of the list must be filtered. More...
#include <higher_order_functions.hpp>
Takes a list and an evaluation function, which itself takes the list and a parameter to evaluate if each element of the list must be filtered.
| Evaluator | The function that determines if an element is filtered or not |
| List1 | The list to filter |
| List2 | The list to use for filtering (to help Evaluator) |
| Passed | The elements that have passed the Evaluator |
1.8.9.1