Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/distributed/
Dadjacency_list.hpp3149 struct remove_in_edge_predicate struct
3151 typedef typename graph_traits<Graph>::edge_descriptor edge_descriptor;
3152 typedef bool result_type;
3154 remove_in_edge_predicate(Graph& g, const Predicate& predicate) in remove_in_edge_predicate() argument
3158 bool operator()(const StoredEdge& le) in operator ()()
3175 Graph& g;
3176 Predicate predicate;