STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions
stapl::metadata::detail::domain_size< ViewContainer > Struct Template Reference

Helper static polymorphic function to compute view container size based on either size() or dimensions() call, based on the the dimensionality of the partitioned data it represents. More...

Static Public Member Functions

static size_t apply (ViewContainer const &vc)
 
static size_t apply_local (void)
 

Detailed Description

template<typename ViewContainer>
struct stapl::metadata::detail::domain_size< ViewContainer >

Helper static polymorphic function to compute view container size based on either size() or dimensions() call, based on the the dimensionality of the partitioned data it represents.


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