Next: , Previous: , Up: Error handling: Error codes   [Contents]


7.1.3 Topic introduction

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.