1
0
forked from boostorg/mp11

Add mp_remove_if_q

This commit is contained in:
Peter Dimov
2017-10-21 22:13:35 +03:00
parent 5741ce6657
commit 4cd6a4ff45
5 changed files with 83 additions and 3 deletions

View File

@@ -455,6 +455,7 @@ template<template<class...> class L, class... T, template<class...> class P> str
} // namespace detail
template<class L, template<class...> class P> using mp_remove_if = typename detail::mp_remove_if_impl<L, P>::type;
template<class L, class Q> using mp_remove_if_q = mp_remove_if<L, Q::template fn>;
// mp_partition<L, P>
namespace detail