#include <cassert>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
sycl | |
sycl::_V1 | |
sycl::_V1::detail | |
Functions | |
template<class Obj > | |
decltype(Obj::impl) const & | sycl::_V1::detail::getSyclObjImpl (const Obj &SyclObject) |
template<class T > | |
T | sycl::_V1::detail::createSyclObjFromImpl (decltype(T::impl) ImplObj) |