std::optional is the preferred way to represent an object which may or may not
have a value. Unfortunately, chaining together many computations which may or
may not produce a value can be verbose, as empty-checking code will be mixed
in with the actual programming logic. This implementation provides a number of
utilities to make coding with optional cleaner.
Installed Size: 96.3 kB
Architectures: all