|
Common System 0.2.0
Common interfaces and patterns for system integration
|

Go to the source code of this file.
Functions | |
| Result< int > | divide (int numerator, int denominator) |
| Optional< std::string > | find_user (int id) |
| void | demonstrate_improved_error_messages () |
| int | main () |
| void demonstrate_improved_error_messages | ( | ) |
Definition at line 45 of file unwrap_demo.cpp.
References divide(), and find_user().
Referenced by main().


| Result< int > divide | ( | int | numerator, |
| int | denominator ) |
Definition at line 25 of file unwrap_demo.cpp.
References kcenon::common::make_error(), and kcenon::common::ok().
Referenced by demonstrate_improved_error_messages().


| Optional< std::string > find_user | ( | int | id | ) |
Definition at line 38 of file unwrap_demo.cpp.
Referenced by demonstrate_improved_error_messages().

| int main | ( | ) |
Definition at line 108 of file unwrap_demo.cpp.
References demonstrate_improved_error_messages().
