Home
last modified time | relevance | path

Searched refs:mutable_max (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/gil/
Dcolor_base_algorithm.hpp440 template <typename Q> inline const Q& mutable_max(const Q& x, const Q& y) { return x<y ? y : x; } in mutable_max() function
441 template <typename Q> inline Q& mutable_max( Q& x, Q& y) { return x<y ? y : x; } in mutable_max() function
448 return mutable_max(min_max_recur<N-1>::max_(p),semantic_at_c<N-1>(p)); in max_()
451 return mutable_max(min_max_recur<N-1>::max_(p),semantic_at_c<N-1>(p)); in max_()