thrust::operator+

Defined in thrust/complex.h

template<typename T>
complex<T> thrust::operator+(const complex<T> &y)

Unary plus, returns its complex argument.

Parameters

y – The complex argument.