int value() const noexcept;
Returns: val_Β.
const error_category& category() const noexcept;
Returns: *cat_Β.
string message() const;
Returns: category().message(value()).
explicit operator bool() const noexcept;
Returns: value() != 0.