STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::df_stored_type< std::pair< proxy< T1, A1 >, proxy< T2, A2 > > > Struct Template Reference

Specialization for pairs of proxies.Some algorithms use pairs of proxies to denote ranges and transmit these through the edge container. Use a proxy_pair_holder for the same reason discussed in simple proxy specialization of df_stored_type. More...

Public Types

typedef proxy_pair_holder< proxy< T1, A1 >, proxy< T2, A2 > > type
 

Detailed Description

template<typename T1, typename T2, typename A1, typename A2>
struct stapl::df_stored_type< std::pair< proxy< T1, A1 >, proxy< T2, A2 > > >

Specialization for pairs of proxies.

Some algorithms use pairs of proxies to denote ranges and transmit these through the edge container. Use a proxy_pair_holder for the same reason discussed in simple proxy specialization of df_stored_type.

See also
proxy_pair_holder

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