Next: Foundational: Handling error codes with, Previous: Motivation, Up: Error handling: Error codes [Contents]
Very brief introduction to the topic.
C++ offers std::error_code
, which encapsulates error codes in a
type safe way. This topic describes how to use these error codes.