STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::retype_ct_mf_impl< View, NewC, NewMF, b_same_mf, NumOptionalParams > Struct Template Reference

Type metafunction which is implementation of retype_ct_mf. Receives original view, new container type, and new mapping function type. A boolean stating whether mapping function type has changed and a count of the number of optional params passed to view are used to dispatch to an appropriate partial specialization of the class template. More...

Detailed Description

template<class View, typename NewC, typename NewMF, bool b_same_mf, int NumOptionalParams>
struct stapl::retype_ct_mf_impl< View, NewC, NewMF, b_same_mf, NumOptionalParams >

Type metafunction which is implementation of retype_ct_mf. Receives original view, new container type, and new mapping function type. A boolean stating whether mapping function type has changed and a count of the number of optional params passed to view are used to dispatch to an appropriate partial specialization of the class template.


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