|
Common System 0.2.0
Common interfaces and patterns for system integration
|
A type that represents an optional value (present or absent). More...
#include <core.h>
A type that represents an optional value (present or absent).
Types satisfying this concept provide has_value(), is_some(), and is_none() methods for querying the presence of a value.
Example usage: