boost::gil::static_max

Equivalents to std::min_element and std::max_element for homogeneous color bases

Synopses

template<typename P>
[[__always_inline__]]
element_reference_type<P>::type
static_max(P& p);

Equivalents to std::min_element and std::max_element for homogeneous color bases

template<typename P>
[[__always_inline__]]
element_const_reference_type<P>::type
static_max(P const& p);

Created with MrDocs