STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::metadata::detail::check_equal_size< Views, GuideIdx, is_multidimensional, IndexList > Struct Template Reference

Static functor to check if (1) all views have the same number of local partitions on all locations and (2) all corresponding partitions between views are of the same size. More...

Detailed Description

template<typename Views, int GuideIdx, typename is_multidimensional, typename IndexList = make_index_sequence<tuple_size<Views>::value>>
struct stapl::metadata::detail::check_equal_size< Views, GuideIdx, is_multidimensional, IndexList >

Static functor to check if (1) all views have the same number of local partitions on all locations and (2) all corresponding partitions between views are of the same size.


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