STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Attributes
stapl::generators::detail::av_helper< WF, true > Struct Template Reference

More...

Public Member Functions

 av_helper (WF const &wf, size_t num_vertices)
 
template<typename G >
void operator() (G &g)
 

Public Attributes

WF m_wf
 
size_t m_num_vertices
 

Detailed Description

template<typename WF>
struct stapl::generators::detail::av_helper< WF, true >

Template Parameters
WFThe vertex addition functor to call.

This is the specialization called for stapl::dynamic_graph. It adds N vertices to the given graph in parallel using the provided functor.

Constructor & Destructor Documentation

◆ av_helper()

template<typename WF >
stapl::generators::detail::av_helper< WF, true >::av_helper ( WF const &  wf,
size_t  num_vertices 
)
Parameters
wfThe vertex addition functor.
num_verticesThe number of vertices to add.

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