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

Compares the properties of two edges. More...

Public Member Functions

 eiwfunc_comp (Comparator &comp_)
 
bool operator() (EI ei1, EI ei2)
 

Public Attributes

Comparator comp
 

Detailed Description

template<typename EI, typename Comparator>
struct stapl::sequential::eiwfunc_comp< EI, Comparator >

Compares the properties of two edges.

Parameters
compThe comparator to be used.
ei1The first edge iterator.
ei2The second edge iterator.

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