DPC++ Runtime
Runtime libraries for oneAPI DPC++
syclcompat::detail::generic_error_type< tag, T > Class Template Reference

#include <syclcompat/util.hpp>

Public Member Functions

 generic_error_type ()=default
 
 generic_error_type (T value)
 
 operator T () const
 

Detailed Description

template<typename tag, typename T>
class syclcompat::detail::generic_error_type< tag, T >

Definition at line 70 of file util.hpp.

Constructor & Destructor Documentation

◆ generic_error_type() [1/2]

template<typename tag , typename T >
syclcompat::detail::generic_error_type< tag, T >::generic_error_type ( )
default

◆ generic_error_type() [2/2]

template<typename tag , typename T >
syclcompat::detail::generic_error_type< tag, T >::generic_error_type ( value)
inline

Definition at line 73 of file util.hpp.

Member Function Documentation

◆ operator T()

template<typename tag , typename T >
syclcompat::detail::generic_error_type< tag, T >::operator T ( ) const
inline

Definition at line 74 of file util.hpp.


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