tinympl
0.2
mini MPL library for C++11
|
Remove all the elements equal to T from the input sequence. More...
#include <tinympl/remove.hpp>
Remove all the elements equal to T from the input sequence.
Sequence | The input sequence |
T | The element to be removed |
Out | The type of the output sequence - defaults to the same kind of the input sequence |
remove<...>::type
is a type templated from Out
which contains the new sequence