13 #ifndef TINYMPL_REPLACE_HPP
14 #define TINYMPL_REPLACE_HPP
16 #include <tinympl/variadic/replace.hpp>
17 #include <tinympl/as_sequence.hpp>
18 #include <tinympl/sequence.hpp>
37 template<
class SequenceIn,
40 template<
class ...>
class Out =
41 as_sequence<SequenceIn>::template rebind>
44 template<
class Old,
class New,
template<
class ...>
class Out,
class ... Args>
50 #endif // TINYMPL_REPLACE_HPP
Replace all the elements in the input sequence equal to Old with New*.
Definition: replace.hpp:42
The main sequence type.
Definition: sequence.hpp:28
Replace all the elements in the input sequence equal to Old with New*.
Definition: replace.hpp:42