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

Scans a std::tuple of types (T) and calls f.apply<U>() if and only if the type_id matches a type in T. More...

Static Public Member Functions

template<typename R , typename F >
static R apply (F &&, const type_id) noexcept
 

Detailed Description

template<typename T>
struct stapl::runtime::polymorphic_impl::apply_impl< T >

Scans a std::tuple of types (T) and calls f.apply<U>() if and only if the type_id matches a type in T.


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