Searched defs:incident_to_predicate (Results 1 – 1 of 1) sorted by relevance
86 template < typename Vertex, typename Graph > struct incident_to_predicate struct88 incident_to_predicate(Vertex u, const Graph& g) : m_u(u), m_g(g) {} in incident_to_predicate() function89 template < class Edge > bool operator()(const Edge& e) const in operator ()()93 Vertex m_u;94 const Graph& m_g;