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 > > 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 > class Gen, typename G>
struct stapl::generators::extract_graph_type< Gen< G > >

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

Template Parameters
GenType of the generator.
GType of the graph.

Specialization for generators which only accept G as a parameter.


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