#include <sycl/ext/intel/pipes.hpp>
Public Types | |
using | value_type = _dataT |
Static Public Member Functions | |
static _dataT | read (bool &_Success) |
static void | write (const _dataT &_Data, bool &_Success) |
static _dataT | read () |
static void | write (const _dataT &_Data) |
Static Public Attributes | |
static constexpr int32_t | min_capacity = _min_capacity |
using sycl::_V1::ext::intel::pipe< _name, _dataT, _min_capacity >::value_type = _dataT |
|
inlinestatic |
Definition at line 65 of file pipes.hpp.
References sycl::_V1::make_error_code().
|
inlinestatic |
Definition at line 27 of file pipes.hpp.
References sycl::_V1::make_error_code().
|
inlinestatic |
Definition at line 82 of file pipes.hpp.
References sycl::_V1::make_error_code().
|
inlinestatic |
Definition at line 46 of file pipes.hpp.
References sycl::_V1::make_error_code().
|
staticconstexpr |