STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::skeletons::is_domain_scalar< Sk, ViewSet, true > Struct Template Reference

specialization for the case that factory is a skeleton. In this case we get the domain type from the output port of the skeleton. More...

Public Types

using view_flows_tuple_t = typename find_flows_type< decltype(std::declval< typename Sk::coarsener_type >()(std::declval< ViewSet >())) >::type
 
using out_port_t = typename std::decay< Sk >::type::template out_port_type< typename std::decay< view_flows_tuple_t >::type >::type
 
using is_scalar_type = typename tuple_element< 0, out_port_t >::type::domain_type::is_scalar_type
 

Detailed Description

template<typename Sk, typename ViewSet>
struct stapl::skeletons::is_domain_scalar< Sk, ViewSet, true >

specialization for the case that factory is a skeleton. In this case we get the domain type from the output port of the skeleton.


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