Home
last modified time | relevance | path

Searched refs: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
134 detail::binary_pred_over_iter<ForwardIter,BinaryPredicate>(comp) ); in minmax_element()
277 detail::binary_pred_over_iter<ForwardIter,BinaryPredicate>(comp) ); in first_min_element()
293 detail::binary_pred_over_iter<ForwardIter,BinaryPredicate>(comp) ); in last_min_element()
309 detail::binary_pred_over_iter<ForwardIter,BinaryPredicate>(comp) ); in first_max_element()
325 detail::binary_pred_over_iter<ForwardIter,BinaryPredicate>(comp) ); in last_max_element()
514 detail::binary_pred_over_iter<ForwardIter,BinaryPredicate>(comp) ); in first_min_last_max_element()
531 detail::binary_pred_over_iter<ForwardIter,BinaryPredicate>(comp) ); in last_min_first_max_element()
548 detail::binary_pred_over_iter<ForwardIter,BinaryPredicate>(comp) ); in last_min_last_max_element()