Function object that applies the underlying predicate to determine if a directed edge can be removed. More...
#include <adjacency_list.hpp>
Public Types | |
typedef Graph::local_edge_descriptor | argument_type |
typedef graph_traits< Graph > ::edge_descriptor | edge_descriptor |
typedef bool | result_type |
Public Member Functions | |
remove_directed_edge_predicate (Graph &g, const Predicate &predicate) | |
bool | operator() (const argument_type &le) |
Function object that applies the underlying predicate to determine if a directed edge can be removed.
This only applies to directed graphs.
typedef Graph::local_edge_descriptor boost::parallel::detail::remove_directed_edge_predicate< Graph, Predicate >::argument_type |
typedef graph_traits<Graph>::edge_descriptor boost::parallel::detail::remove_directed_edge_predicate< Graph, Predicate >::edge_descriptor |
typedef bool boost::parallel::detail::remove_directed_edge_predicate< Graph, Predicate >::result_type |
|
inline |
|
inline |
References template.