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

Class remove

example/tutorial/appendix_mpl.cpp:309–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307
308template <typename Sequence, typename T>
309struct remove {
310 using type = decltype(hana::filter(
311 hana::to_tuple(Sequence{}),
312 hana::not_equal.to(hana::type_c<T>)
313 ));
314};
315
316template <typename Sequence, typename Pred>
317struct remove_if {

Callers 4

remove.cppFile · 0.85
TestMonadPlusMethod · 0.85
TestMonadPlusMethod · 0.85
applyMethod · 0.85

Calls

no outgoing calls

Tested by 2

TestMonadPlusMethod · 0.68
TestMonadPlusMethod · 0.68