DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::vec_helper< bool > Struct Reference

#include <sycl/vector.hpp>

Public Types

using RetType = select_apply_cl_t< bool, std::int8_t, std::int16_t, std::int32_t, std::int64_t >
 

Static Public Member Functions

static constexpr RetType get (bool value)
 
static constexpr RetType set (bool value)
 

Detailed Description

Definition at line 102 of file vector.hpp.

Member Typedef Documentation

◆ RetType

using sycl::_V1::detail::vec_helper< bool >::RetType = select_apply_cl_t<bool, std::int8_t, std::int16_t, std::int32_t, std::int64_t>

Definition at line 103 of file vector.hpp.

Member Function Documentation

◆ get()

static constexpr RetType sycl::_V1::detail::vec_helper< bool >::get ( bool  value)
inlinestaticconstexpr

Definition at line 105 of file vector.hpp.

◆ set()

static constexpr RetType sycl::_V1::detail::vec_helper< bool >::set ( bool  value)
inlinestaticconstexpr

Definition at line 106 of file vector.hpp.


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