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

Class min_element

example/tutorial/appendix_mpl.cpp:230–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229template <typename Sequence, typename Pred = mpl::quote2<less>>
230struct min_element
231 : decltype(hana::minimum(Sequence{}, detail::mpl_predicate<Pred>))
232{ };
233
234template <typename Sequence, typename Pred = mpl::quote2<less>>
235struct max_element

Callers 1

constexpr_contextFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected