DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::get_fixed_sized_int< T > Struct Template Reference

#include <sycl/builtins_utils_scalar.hpp>

Public Types

using type = std::conditional_t< std::is_signed_v< T >, same_size_signed_int_t< T >, same_size_unsigned_int_t< T > >
 

Detailed Description

template<typename T>
struct sycl::_V1::detail::get_fixed_sized_int< T >

Definition at line 107 of file builtins_utils_scalar.hpp.

Member Typedef Documentation

◆ type

template<typename T >
using sycl::_V1::detail::get_fixed_sized_int< T >::type = std::conditional_t<std::is_signed_v<T>, same_size_signed_int_t<T>, same_size_unsigned_int_t<T> >

Definition at line 109 of file builtins_utils_scalar.hpp.


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