Searched refs: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() argument80 inline incident_from_predicate< Vertex, Graph > incident_from( in incident_from()83 return incident_from_predicate< Vertex, Graph >(u, g); in incident_from()