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

Transforms an object of type T to an object of type U that has a U::define_type(stapl::typer&) function through the apply() function. More...

Static Public Member Functions

static constexpr T & apply (T &t) noexcept
 

Detailed Description

template<typename T>
struct stapl::define_type_provider< T >

Transforms an object of type T to an object of type U that has a U::define_type(stapl::typer&) function through the apply() function.


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