thrust::system::operator<<

Defined in thrust/system/error_code.h

template<typename charT, typename traits>
std::basic_ostream<charT, traits> &thrust::system::operator<<(std::basic_ostream<charT, traits> &os, const error_code &ec)

Effects: os << ec.category().name() << ':' << ec.value().