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

Class count_if

example/tutorial/appendix_mpl.cpp:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223
224template <typename Sequence, typename Pred>
225struct count_if
226 : decltype(hana::count_if(Sequence{}, detail::mpl_predicate<Pred>))
227{ };
228
229template <typename Sequence, typename Pred = mpl::quote2<less>>
230struct min_element

Callers 5

mainFunction · 0.85
TestFoldableMethod · 0.85
TestFoldableMethod · 0.85
mainFunction · 0.85
applyMethod · 0.85

Calls

no outgoing calls

Tested by 2

TestFoldableMethod · 0.68
TestFoldableMethod · 0.68