STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::extract_closed_domain_type< GraphVw > Struct Template Reference

struct extracting the closed-form domain type of a graph view if any, otherwise domset1D type is picked. More...

Public Types

typedef extracted_closed_domain_type< has_closed_domain_type< typename GraphVw::view_container_type >::value, GraphVw >::type type
 

Detailed Description

template<typename GraphVw>
struct stapl::extract_closed_domain_type< GraphVw >

struct extracting the closed-form domain type of a graph view if any, otherwise domset1D type is picked.

Template Parameters
booltrue if there is a domain type.
GraphVwgraph view type.

'False' case: there is no closed-form domain type and domset1D is used.


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