Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dgraph_utility.hpp120 template < typename Vertex, typename Graph > struct connects_predicate struct
122 connects_predicate(Vertex u, Vertex v, const Graph& g) in connects_predicate() function
126 template < class Edge > bool operator()(const Edge& e) const in operator ()()
134 Vertex m_u, m_v;
135 const Graph& m_g;