DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::get_signed_int_by_size< Size > Struct Template Reference

#include <sycl/builtins_utils_scalar.hpp>

Public Types

using type = select_scalar_by_size_t< Size, int8_t, int16_t, int32_t, int64_t >
 

Detailed Description

template<size_t Size>
struct sycl::_V1::detail::get_signed_int_by_size< Size >

Definition at line 86 of file builtins_utils_scalar.hpp.

Member Typedef Documentation

◆ type

template<size_t Size>
using sycl::_V1::detail::get_signed_int_by_size< Size >::type = select_scalar_by_size_t<Size, int8_t, int16_t, int32_t, int64_t>

Definition at line 87 of file builtins_utils_scalar.hpp.


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