<system_error>
std::basic_ostream<CharT,Traits>&
进行 error_code ec 上的流输出操作。
ec
等价于 os << ec.category().name() << ':' << ec.value 。
os