Namespaces
Variants
Actions

std::operator<<(std::error_code)

From cppreference.com
< cpp‎ | error‎ | error code
 
C++
 
Utilities library
General utilities
Relational operators (deprecated in C++20)
 
Diagnostics library
 
std::error_code
Defined in header <system_error>
template< class CharT, class Traits >

std::basic_ostream<CharT, Traits>&

    operator<<( basic_ostream<CharT, Traits>& os, const error_code& ec );
(since C++11)

Performs stream output operation on error code ec.

Equivalent to os << ec.category().name() << ':' << ec.value().

[edit] Parameters

os - output stream to insert data to
ec - error code

[edit] Return value

os

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant