STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::sequential::MG< Traits > Class Template Reference

Class implementing a multiedges graph.A multiedges graph allows multiple edges between the same source and target vertices. More...

Public Member Functions

 MG (size_t sz)
 Create a multiedges graph with the specified number of vertices.
 

Detailed Description

template<class Traits>
class stapl::sequential::MG< Traits >

Class implementing a multiedges graph.

A multiedges graph allows multiple edges between the same source and target vertices.

Template Parameters
TraitsA traits class that defines customizable components of graph, such as the descriptor, model, storage, etc.

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