STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::kla_detail::neighbor_operator_apply< ReinvokeBehavior, VertexOp, NeighborOp > Struct Template Reference

Functor to visit the target vertex with the user provided neighbor-operator. More...

Detailed Description

template<reinvoke_behavior ReinvokeBehavior, typename VertexOp, typename NeighborOp>
struct stapl::kla_detail::neighbor_operator_apply< ReinvokeBehavior, VertexOp, NeighborOp >

Functor to visit the target vertex with the user provided neighbor-operator.

Template Parameters
ReinvokeBehaviorUnder which conditions the vertex operator should be reinvoked
VertexOpType of the user provided vertex-operator.
NeighborOpType of the user provided neighbor-operator.

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