13 #ifndef TINYMPL_REPLACE_IF_HPP
14 #define TINYMPL_REPLACE_IF_HPP
16 #include <tinympl/variadic/replace_if.hpp>
17 #include <tinympl/as_sequence.hpp>
18 #include <tinympl/sequence.hpp>
35 template<
class SequenceIn,
36 template<
class ... T>
class F,
38 template<class ...> class Out =
39 as_sequence<SequenceIn>::template rebind>
42 template<
template<
class ... T>
class F,
44 template<class ...> class Out,
51 #endif // TINYMPL_REPLACE_IF_HPP
Replace all the elements in the input sequence which satisfy a given predicate with a given type T...
Definition: replace_if.hpp:40
Replace all the elements in the input sequence which satisfy a given predicate with a given type T...
Definition: replace_if.hpp:37
The main sequence type.
Definition: sequence.hpp:28