thrust::operator>>#
-
template<typename T, typename CharT, typename Traits>
::std::basic_istream<CharT, Traits> &thrust::operator>>(
)# Reads a
complexnumber from an input stream.The recognized formats are:
real
(real)
(real, imaginary)
The values read must be convertible to the
complex'svalue_type- Parameters:
is – The input stream.
z – The
complexnumber to set.