STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Attributes
stapl::detail::edge_target_location_comp< Graph > Struct Template Reference

Comparator for sorting edges based on target's home location. More...

Public Member Functions

 edge_target_location_comp (Graph *g)
 
template<typename Edge1 , typename Edge2 >
bool operator() (Edge1 const &e1, Edge2 const &e2) const
 

Public Attributes

Graph * m_g
 

Detailed Description

template<typename Graph>
struct stapl::detail::edge_target_location_comp< Graph >

Comparator for sorting edges based on target's home location.

Template Parameters
GraphType of the graph whose edges are to be sorted.

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