STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions
stapl::kla_detail::visit_transporter< true > Struct Template Reference

Helper class to transport visitations through the graph. Specialization when the visits are guarded with an RMI lock. More...

Static Public Member Functions

template<typename Graph , typename Vertex , typename Op >
static void single (Graph *const g, Vertex &&v, Op &&op)
 
template<typename Graph , typename Iterator , typename Op >
static void bulk (Graph *const g, size_t loc, Iterator begin, Iterator end, Op &&op)
 

Detailed Description

template<>
struct stapl::kla_detail::visit_transporter< true >

Helper class to transport visitations through the graph. Specialization when the visits are guarded with an RMI lock.


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