STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::skeletons::filters::filter< i, Indices > Struct Template Reference

Filters are used in the skeleton library in order to reduce the size of the coordinate vectors being passed around. More...

Detailed Description

template<int i, typename Indices = make_index_sequence<i>>
struct stapl::skeletons::filters::filter< i, Indices >

Filters are used in the skeleton library in order to reduce the size of the coordinate vectors being passed around.

This mask keeps only the first i dimensions of the given coordinate. For example, if <i, j, k, ...> is passed to a filter<2>, <i, j> will be returned.

Template Parameters
inumber of dimensions to keep

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