22 Diagnostics library [diagnostics]

22.5 System error support [syserr]

22.5.4 Class error_­condition [syserr.errcondition]

22.5.4.4 Class error_­condition observers [syserr.errcondition.observers]

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.