STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::generators::extract_graph_type< Gen< G, EF, VF > > Struct Template Reference

Metafunction which extracts the type of the generated graph from a graph generator type. More...

Public Types

typedef G type
 

Detailed Description

template<template< typename, typename, typename > class Gen, typename G, typename EF, typename VF>
struct stapl::generators::extract_graph_type< Gen< G, EF, VF > >

Metafunction which extracts the type of the generated graph from a graph generator type.

Template Parameters
GenType of the generator.
GType of the graph.
EFType of the edge addition functor.
VFType of the vertex addition functor.

Specialization for generators which accept G, EF, and VF as parameters.


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