alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::meta::detail::IsParameterPackSetImpl< T, Ts... > Struct Template Reference

#include <Set.hpp>

+ Inheritance diagram for alpaka::meta::detail::IsParameterPackSetImpl< T, Ts... >:

Public Types

using Base = IsParameterPackSetImpl< Ts... >
 

Static Public Attributes

static constexpr bool value = Base::value && !std::is_base_of_v<Empty<T>, Base>
 

Detailed Description

template<typename T, typename... Ts>
struct alpaka::meta::detail::IsParameterPackSetImpl< T, Ts... >

Definition at line 31 of file Set.hpp.

Member Typedef Documentation

◆ Base

template<typename T , typename... Ts>
using alpaka::meta::detail::IsParameterPackSetImpl< T, Ts... >::Base = IsParameterPackSetImpl<Ts...>

Definition at line 35 of file Set.hpp.

Member Data Documentation

◆ value

template<typename T , typename... Ts>
constexpr bool alpaka::meta::detail::IsParameterPackSetImpl< T, Ts... >::value = Base::value && !std::is_base_of_v<Empty<T>, Base>
staticconstexpr

Definition at line 37 of file Set.hpp.


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