thrust::operator<<
Defined in thrust/device_reference.h
-
template<typename T, typename charT, typename traits>
std::basic_ostream<charT, traits> &thrust::operator<<(std::basic_ostream<charT, traits> &os, const device_reference<T> &y) Writes to an output stream the value of a
device_reference
.- Parameters
os – The output stream.
y – The
device_reference
to output.
- Returns
os.