STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types | Public Attributes
stapl::cc_algo_detail::update_func< VD > Class Template Reference

Functor to update neighbor vertices with CCID information. More...

Public Member Functions

 update_func (cc_id_type const &cc_id=std::numeric_limits< cc_id_type >::max())
 
template<class Vertex >
bool operator() (Vertex &&target) const
 

Public Types

typedef VD cc_id_type
 
typedef bool result_type
 

Public Attributes

cc_id_type m_cc_id
 

Detailed Description

template<typename VD>
class stapl::cc_algo_detail::update_func< VD >

Functor to update neighbor vertices with CCID information.

Marks neighboring vertices with the sender's CCID if the target vertex's CCID is larger than that of the sender.

Template Parameters
VDThe type of the vertex descriptor

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