13 #ifndef TINYMPL_COPY_IF_HPP
14 #define TINYMPL_COPY_IF_HPP
16 #include <tinympl/variadic/copy_if.hpp>
17 #include <tinympl/as_sequence.hpp>
18 #include <tinympl/sequence.hpp>
35 template<
class SequenceIn,
template<
class ... T>
class F, template<class ...>
36 class Out = as_sequence<SequenceIn>::template rebind>
39 template<
template<
class ... T>
class F, template<class ...> class Out, class ...
46 #endif // TINYMPL_COPY_IF_HPP
The main sequence type.
Definition: sequence.hpp:28
Copy the elements of a given input sequence which satisfy a given predicate - the ordering is preserv...
Definition: copy_if.hpp:36
Copy the elements of a given input sequence which satisfy a given predicate - the ordering is preserv...
Definition: copy_if.hpp:37