Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/
Dpoint_on_surface.hpp83 inline bool max_value(Collection const& collection, Value& the_max, Predicate const& predicate) in max_value() argument
91 if (first || the_value > the_max) in max_value()
93 the_max = the_value; in max_value()