STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Attributes
stapl::sequential::wfunc_comp< VD, Comparator, Map > Struct Template Reference

Takes two vertex descriptors and compares their entries in a map. More...

Public Member Functions

 wfunc_comp (Comparator &comp_, Map *map_)
 
bool operator() (const VD &dv1, const VD &dv2) const
 

Public Attributes

Comparator comp
 
Map * map
 

Detailed Description

template<typename VD, typename Comparator, typename Map>
struct stapl::sequential::wfunc_comp< VD, Comparator, Map >

Takes two vertex descriptors and compares their entries in a map.

Parameters
comp_The comparator to be used.
map_The map to be used.
dv1The first vertex descriptor.
dv2The second vertex descriptor.

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