Scroll to navigation

std::error_condition::value(3) C++ Standard Libary std::error_condition::value(3)

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.

2022.07.31 http://cppreference.com