DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::Assigner< Num > Struct Template Reference

#include <sycl/detail/boolean.hpp>

Static Public Member Functions

template<typename R , typename T >
static void assign (R &r, const T x)
 
template<typename R , typename T , typename ET >
static void init (R &r, const T x)
 

Detailed Description

template<int Num>
struct sycl::_V1::detail::Assigner< Num >

Definition at line 23 of file boolean.hpp.

Member Function Documentation

◆ assign()

template<int Num>
template<typename R , typename T >
static void sycl::_V1::detail::Assigner< Num >::assign ( R &  r,
const T  x 
)
inlinestatic

Definition at line 24 of file boolean.hpp.

References sycl::_V1::r.

Referenced by sycl::_V1::detail::Boolean< N >::operator T().

◆ init()

template<int Num>
template<typename R , typename T , typename ET >
static void sycl::_V1::detail::Assigner< Num >::init ( R &  r,
const T  x 
)
inlinestatic

Definition at line 30 of file boolean.hpp.

References sycl::_V1::detail::msbIsSet(), and sycl::_V1::r.


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