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

Helper to infer the property of the base class based on the current property and adaptor and add a vertex. More...

Static Public Member Functions

static bool add (OVGraph &g, typename VAdaptor::result_type &p)
 
static bool add (OVGraph &g, typename OVGraph::vertex_descriptor vd, typename VAdaptor::result_type &p)
 

Detailed Description

template<class OVGraph, class VAdaptor>
struct stapl::add_vertex_helper< OVGraph, VAdaptor >

Helper to infer the property of the base class based on the current property and adaptor and add a vertex.


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