DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::GetMArrayArgsSize< marray< T, N >, Ts... > Struct Template Reference

#include <sycl/marray.hpp>

Collaboration diagram for sycl::_V1::detail::GetMArrayArgsSize< marray< T, N >, Ts... >:

Static Public Attributes

static constexpr std::size_t value = N + GetMArrayArgsSize<Ts...>::value
 

Detailed Description

template<typename T, std::size_t N, typename... Ts>
struct sycl::_V1::detail::GetMArrayArgsSize< marray< T, N >, Ts... >

Definition at line 36 of file marray.hpp.

Member Data Documentation

◆ value

template<typename T , std::size_t N, typename... Ts>
constexpr std::size_t sycl::_V1::detail::GetMArrayArgsSize< marray< T, N >, Ts... >::value = N + GetMArrayArgsSize<Ts...>::value
staticconstexpr

Definition at line 37 of file marray.hpp.


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