syclreference.com
  1. SYCL
  2. | API Reference
  3. | Types
  4. | half
  5. | operator--
<light>

operator--

MISSING


cl::sycl::half & operator--()
(1)
cl::sycl::half operator--(int)
(2)
  1. Applies -- to this half.
    Returns: This half after the application of the -- operation.
  2. Applies -- to this half.
    Parameters:
    • int unnamed
    Returns: A copy of this half before the -- operation.

syclreference.com — SYCL Reference Pages

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