tinympl
0.2
mini MPL library for C++11
|
Remove the elements from the input sequence if they satisfy a given predicate. More...
#include <tinympl/remove_if.hpp>
Remove the elements from the input sequence if they satisfy a given predicate.
Sequence | The input sequence |
F | The predicate, F<T>::type::value must be convertible to bool |
Out | The output sequence type, defaults to the same kind of the input sequence |
remove_if<...>::type
is a type templated from Out
which contains the new sequence