Searched defs:binary_pred_over_iter (Results 1 – 1 of 1) sorted by relevance
44 struct binary_pred_over_iter { struct45 explicit binary_pred_over_iter(BinaryPredicate const& p ) : m_p( p ) {} in binary_pred_over_iter() argument46 bool operator()(Iterator const& it1, in operator ()()49 BinaryPredicate m_p;