Skip to content

Latest commit

 

History

History
64 lines (54 loc) · 4.27 KB

system_error.md

File metadata and controls

64 lines (54 loc) · 4.27 KB

Header <system_error> implementation status

Reference
Implementation

  • : Cannot implement with language itself. Need compiler support. Used C++ N STL
  • : Partially implemented with C++ N
  • : Fully implemented with C++ N
  • : Not yet implemented
Features Standard Implemented in
Includes
<compare>
Classes
error_category
error_condition
errc
error_code
system_error
is_error_code_enum
is_error_condition_enum
ss::hash<ss::error_code>
Forward declarations
hash
Functions
generic_category
system_category
operator==
operator!=
operator<
operator<=>



operator<<
make_error_code(ss::errc)
operator==
operator!=
operator<
operator<=>



make_error_condition(ss::errc)