Searched refs:the_max (Results 1 – 1 of 1) sorted by relevance
83 inline bool max_value(Collection const& collection, Value& the_max, Predicate const& predicate) in max_value() argument91 if (first || the_value > the_max) in max_value()93 the_max = the_value; in max_value()