DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::GetScalarOp< T > Class Template Reference

#include <sycl/vector.hpp>

Public Types

using DataT = T
 

Public Member Functions

 GetScalarOp (DataT Data)
 
DataT getValue (size_t) const
 

Detailed Description

template<typename T>
class sycl::_V1::detail::GetScalarOp< T >

Definition at line 1392 of file vector.hpp.

Member Typedef Documentation

◆ DataT

template<typename T >
using sycl::_V1::detail::GetScalarOp< T >::DataT = T

Definition at line 1394 of file vector.hpp.

Constructor & Destructor Documentation

◆ GetScalarOp()

template<typename T >
sycl::_V1::detail::GetScalarOp< T >::GetScalarOp ( DataT  Data)
inline

Definition at line 1395 of file vector.hpp.

Member Function Documentation

◆ getValue()

template<typename T >
DataT sycl::_V1::detail::GetScalarOp< T >::getValue ( size_t  ) const
inline

Definition at line 1396 of file vector.hpp.


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