Function object that applies the underlying predicate to determine if an in-edge should be removed.
More...
template<typename Graph, typename Predicate>
struct boost::parallel::detail::remove_in_edge_predicate< Graph, Predicate >
Function object that applies the underlying predicate to determine if an in-edge should be removed.
If so, either removes the outgoing edge (if it is stored locally) or sends a message to the owner of the target requesting that it remove the edge. Only required for bidirectional graphs.