exception_list
List of exceptions thrown asynchronously, contains objects of type exception_ptr_class.
|
Types
Type | Definition | Notes |
---|---|---|
|
_exception_list::const_iterator |
Constant iterator definition |
|
const cl::sycl::exception_list::value_type & |
Constant reference type to a list element |
|
_exception_list::iterator |
iterator definition |
|
cl::sycl::exception_list::value_type & |
Reference type to a list element |
|
std::size_t |
Type of the size of the list |
|
cl::sycl::exception_ptr_class |
Type of the list elements |
Member Functions
(constructor) | |
(destructor) | |
Returns The head of the error list |
|
Returns The sentinel value representing the end of the error list |
|
Number of reported errors. |