STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::detail::compute_edge_view_filter< T, OptionalFilter > Struct Template Reference

Type metafunction to extract optional filter parameter from variadic type parameter pack if specified, otherwise, use df_identity. Also reflect the value_type the edge view refers to, after applying the filter to the edge value. More...

Detailed Description

template<typename T, typename ... OptionalFilter>
struct stapl::detail::compute_edge_view_filter< T, OptionalFilter >

Type metafunction to extract optional filter parameter from variadic type parameter pack if specified, otherwise, use df_identity. Also reflect the value_type the edge view refers to, after applying the filter to the edge value.


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