STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::detail::check_localizable< View, bool > Struct Template Reference

Type metafunction reflecting std::true_type if a view has chosen to disable localization and std::false_type otherwise. More...

Detailed Description

template<typename View, bool = has_disable_localization<View>::value>
struct stapl::detail::check_localizable< View, bool >

Type metafunction reflecting std::true_type if a view has chosen to disable localization and std::false_type otherwise.

Primary template matches case when disable_localization is not defined by the view. Localization is attempted.


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