|
emlabcpp
modern opinionated embedded C++ library
|
Include dependency graph for outcome.h:Go to the source code of this file.
Classes | |
| struct | emlabcpp::outcome |
outcome represents tristate resut of some operation, which can succeed, fail or produce an error. More... | |
Namespaces | |
| emlabcpp | |
| MIT License. | |
Enumerations | |
| enum class | emlabcpp::outcome_e : uint8_t { emlabcpp::SUCCESS = 0 , emlabcpp::FAILURE = 1 , emlabcpp::ERROR = 2 } |