Searched defs:binary_pred_over_iter (Results 1 – 1 of 1) sorted by relevance
46 struct binary_pred_over_iter { struct47 explicit binary_pred_over_iter(BinaryPredicate const& p ) : m_p( p ) {} in binary_pred_over_iter() function48 bool operator()(Iterator const& it1, in operator ()()51 BinaryPredicate m_p;