|
Common System 0.2.0
Common interfaces and patterns for system integration
|
A type that can contain either a value or an error. More...
#include <core.h>
A type that can contain either a value or an error.
Types satisfying this concept provide is_ok() and is_err() methods to query the state of the result.
Example usage: