STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions | Public Types
stapl::count_static_votes_impl< tuple< RuntimeViews const &... > > Struct Template Reference

Base case when all views have been inspected. Return the number of static LQ_DONTCARE votes and the tuple of views that must be queried at runtime. More...

Static Public Member Functions

static type apply (size_t anywhere_cnt, tuple< RuntimeViews const &... > const &runtime_voters)
 

Public Types

typedef tuple< size_t, tuple< RuntimeViews const &... > > type
 

Detailed Description

template<typename ... RuntimeViews>
struct stapl::count_static_votes_impl< tuple< RuntimeViews const &... > >

Base case when all views have been inspected. Return the number of static LQ_DONTCARE votes and the tuple of views that must be queried at runtime.


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