Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dgraph_utility.hpp86 template < typename Vertex, typename Graph > struct incident_to_predicate struct
88 incident_to_predicate(Vertex u, const Graph& g) : m_u(u), m_g(g) {} in incident_to_predicate() function
89 template < class Edge > bool operator()(const Edge& e) const in operator ()()
93 Vertex m_u;
94 const Graph& m_g;