STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::detail::has_edge_helper< Derived, VD > Class Template Reference

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)
 

Detailed Description

template<typename Derived, typename VD>
class stapl::detail::has_edge_helper< Derived, VD >

Helper functor that is invoked on the source vertex location to set the promise to the correct value for has_edge.

Template Parameters
DerivedType of the graph_distribution
VDVertex descriptor type

The documentation for this class was generated from the following file: