alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::meta::detail::ApplyImpl< TList< T... >, TApplicant > Struct Template Reference

#include <Apply.hpp>

Public Types

using type = TApplicant< T... >
 

Detailed Description

template<template< typename... > class TList, template< typename... > class TApplicant, typename... T>
struct alpaka::meta::detail::ApplyImpl< TList< T... >, TApplicant >

Definition at line 15 of file Apply.hpp.

Member Typedef Documentation

◆ type

template<template< typename... > class TList, template< typename... > class TApplicant, typename... T>
using alpaka::meta::detail::ApplyImpl< TList< T... >, TApplicant >::type = TApplicant<T...>

Definition at line 17 of file Apply.hpp.


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