Home
last modified time | relevance | path

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