DPC++ Runtime
Runtime libraries for oneAPI DPC++
exception_list.hpp File Reference
#include <sycl/detail/defines.hpp>
#include <sycl/detail/export.hpp>
#include <sycl/detail/iostream_proxy.hpp>
#include <sycl/stl.hpp>
#include <cstddef>
Include dependency graph for exception_list.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sycl::_V1::exception_list
 A list of asynchronous exceptions. More...
 

Namespaces

 sycl
 ---— Error handling, matching OpenCL plugin semantics.
 
 sycl::_V1
 
 sycl::_V1::detail
 

Typedefs

using sycl::_V1::async_handler = std::function< void(sycl::exception_list)>
 

Functions

void sycl::_V1::detail::defaultAsyncHandler (exception_list Exceptions)