std::error_condition::value (3) - Linux Manuals

std::error_condition::value: std::error_condition::value

NAME

std::error_condition::value - std::error_condition::value

Synopsis


int value() const noexcept; (since C++11)


Returns the stored error code.

Parameters


(none)

Return value


The stored error code.