STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::tuple_ops::result_of::heterogeneous_filter< Index, Tuple > Struct Template Reference

Metafunction that filters a d-dimensional tuple by selecting out only the indices specified in a tuple of compile-time integer constants. More...

Detailed Description

template<typename Index, typename Tuple>
struct stapl::tuple_ops::result_of::heterogeneous_filter< Index, Tuple >

Metafunction that filters a d-dimensional tuple by selecting out only the indices specified in a tuple of compile-time integer constants.

For example, heterogeneous_filter<<0,2>, <4,5,6>> should return <4,6>.

Template Parameters
IndexThe tuple of indices
TupleThe tuple of elements from which to select.

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