Helper functor that is invoked on the source vertex location to set the promise to the correct value for has_edge. More...
Public Member Functions | |
has_edge_helper (stapl::promise< bool > p, VD const &target) | |
void | operator() (p_object &d, VD const &source) |
Helper functor that is invoked on the source vertex location to set the promise to the correct value for has_edge.
Derived | Type of the graph_distribution |
VD | Vertex descriptor type |