STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::sgl::operator_concurrency_model< VertexOp, bool > Struct Template Reference

Metafunction to extract the concurrency model of an SGL algorithm based on its vertex operator. More...

Public Types

using type = typename VertexOp::concurrency_model
 

Detailed Description

template<typename VertexOp, bool = has_concurrency_model<VertexOp>::type::value>
struct stapl::sgl::operator_concurrency_model< VertexOp, bool >

Metafunction to extract the concurrency model of an SGL algorithm based on its vertex operator.


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