Searched defs:io_error_category (Results 1 – 2 of 2) sorted by relevance
47 struct io_error_category : std::error_category struct50 name() const noexcept in name()54 virtual std::string message(int __ec) const in message()
51 struct io_error_category final : std::error_category struct54 name() const noexcept final in name()59 message(int __ec) const final in message()