Home
last modified time | relevance | path

Searched defs:incident_from_predicate (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/
Dgraph_utility.hpp69 template < typename Vertex, typename Graph > struct incident_from_predicate struct
71 incident_from_predicate(Vertex u, const Graph& g) : m_u(u), m_g(g) {} in incident_from_predicate() function
72 template < class Edge > bool operator()(const Edge& e) const in operator ()()
76 Vertex m_u;
77 const Graph& m_g;