DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::TupleCopyAssignableValueHolder< T, bool > Struct Template Reference

#include <sycl/detail/tuple.hpp>

Inheritance diagram for sycl::_V1::detail::TupleCopyAssignableValueHolder< T, bool >:
Collaboration diagram for sycl::_V1::detail::TupleCopyAssignableValueHolder< T, bool >:

Additional Inherited Members

- Public Member Functions inherited from sycl::_V1::detail::TupleValueHolder< T >
 TupleValueHolder ()=default
 
 TupleValueHolder (const T &Value)
 
- Public Attributes inherited from sycl::_V1::detail::TupleValueHolder< T >
value
 

Detailed Description

template<typename T, bool = std::is_trivially_copy_assignable_v<TupleValueHolder<T>>>
struct sycl::_V1::detail::TupleCopyAssignableValueHolder< T, bool >

Definition at line 99 of file tuple.hpp.


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