MCPcopy Create free account
hub / github.com/boostorg/hana / remove_if

Class remove_if

example/tutorial/appendix_mpl.cpp:317–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315
316template <typename Sequence, typename Pred>
317struct remove_if {
318 using type = decltype(hana::filter(
319 hana::to_tuple(Sequence{}),
320 hana::compose(hana::not_, detail::mpl_predicate<Pred>)
321 ));
322};
323
324template <typename Sequence, typename Pred>
325struct unique {

Callers 7

remove_if.cppFile · 0.85
mainFunction · 0.85
mainFunction · 0.85
TestMonadPlusMethod · 0.85
TestMonadPlusMethod · 0.85
mainFunction · 0.85
erase_key_helperMethod · 0.85

Calls

no outgoing calls

Tested by 2

TestMonadPlusMethod · 0.68
TestMonadPlusMethod · 0.68