STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::runtime::has_define_type_impl< T, bool > Struct Template Reference

Detects if T has a function T::define_type(stapl::typer&). More...

Detailed Description

template<typename T, bool = (std::is_scalar<T>::value || std::is_array<T>::value)>
struct stapl::runtime::has_define_type_impl< T, bool >

Detects if T has a function T::define_type(stapl::typer&).


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