Home
last modified time | relevance | path

Searched defs:binary_pred_over_iter (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/
Dminmax_element.hpp46 struct binary_pred_over_iter { struct
47 explicit binary_pred_over_iter(BinaryPredicate const& p ) : m_p( p ) {} in binary_pred_over_iter() function
48 bool operator()(Iterator const& it1, in operator ()()
51 BinaryPredicate m_p;