Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/
H A Dminmax_element.hpp44 struct binary_pred_over_iter { struct
45 explicit binary_pred_over_iter(BinaryPredicate const& p ) : m_p( p ) {} in binary_pred_over_iter() argument
46 bool operator()(Iterator const& it1, in operator ()()
49 BinaryPredicate m_p;