syclreference.com
  1. SYCL
  2. | API Reference
  3. | multi_ptr
  4. | address_space_trait
  5. | delayed_assert

delayed_assert<delay>

Template struct to delay the evaluation of the static_assert. This allow the static_assert expression to only be evaluated if this struct gets instantiated.

template <cl::sycl::access::address_space delay>
struct cl::sycl::detail::address_space_trait::delayed_assert;

Enumerations

syclreference.com — SYCL Reference Pages

Last updated: 2019-01-24 00:24:52 +0000