Searched refs:remove_if_impl (Results 1 – 6 of 6) sorted by relevance
58 struct remove_if_impl : remove_if_impl<M, when<true>> { };
28 using RemoveIf = BOOST_HANA_DISPATCH_IF(remove_if_impl<M>, in operator ()()43 struct remove_if_impl<M, when<condition>> : default_ { struct
32 : remove_if_impl< Sequence, same_as<T>, Inserter >
48 struct remove_if_impl struct