STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::select_stub< View, GID, PS > Struct Template Reference

Helper to determine which stub to use based on the type of partition PS. More...

Public Types

typedef boost::mpl::if_< typename is_native_partition< PS >::type, stub_localize_nat_view< View, GID >, stub_localize< View, GID > >::type type
 

Detailed Description

template<typename View, typename GID, typename PS>
struct stapl::select_stub< View, GID, PS >

Helper to determine which stub to use based on the type of partition PS.


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