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

Metafunction to check whether given view parameter has a set_elements() method, by inspecting the reflected type. More...

Detailed Description

template<typename View, bool = has_set_elements_type<typename std::decay<View>::type>::value>
struct stapl::detail::has_set_elements< View, bool >

Metafunction to check whether given view parameter has a set_elements() method, by inspecting the reflected type.


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