STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Attributes
stapl::detail::compute_edge_request_type< Functor > Struct Template Reference

Template metafunction reflecting edge_request_type value associated with the specified filter type. More...

Static Public Attributes

static const edge_request_type value = FILTERED
 

Detailed Description

template<typename Functor>
struct stapl::detail::compute_edge_request_type< Functor >

Template metafunction reflecting edge_request_type value associated with the specified filter type.

Template Parameters
FunctorThe filter type passed to an edge_entry method.

The primary template matches all user specified templates (originally passed to consume). Return FILTERED request type.

See also
consume
edge_entry::add_local_notifier

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