Functor to update neighbor vertices with CCID information.
More...
|
| update_func (cc_id_type const &cc_id=std::numeric_limits< cc_id_type >::max()) |
|
template<class Vertex > |
bool | operator() (Vertex &&target) const |
|
|
typedef VD | cc_id_type |
|
typedef bool | result_type |
|
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
-
VD | The type of the vertex descriptor |
The documentation for this class was generated from the following file: