STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions
stapl::detail::localizer< T, bool > Struct Template Reference

Function object that returns true if localization type transformation (i.e., fast_view_type) is safe to apply. More...

Static Public Member Functions

template<typename View >
static bool apply (View const &view)
 

Detailed Description

template<typename T, bool = is_view<T>::value>
struct stapl::detail::localizer< T, bool >

Function object that returns true if localization type transformation (i.e., fast_view_type) is safe to apply.

See also
create_task

Primary template matches any view parameter and calls the is_local member if the specifier is not ready only.


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