Searched defs:incident_from_predicate (Results 1 – 1 of 1) sorted by relevance
69 template < typename Vertex, typename Graph > struct incident_from_predicate struct71 incident_from_predicate(Vertex u, const Graph& g) : m_u(u), m_g(g) {} in incident_from_predicate() function72 template < class Edge > bool operator()(const Edge& e) const in operator ()()76 Vertex m_u;77 const Graph& m_g;