ORIGINAL
|
Type-safe optional value container. More...
Go to the source code of this file.
Classes | |
class | original::alternative< TYPE > |
A type-safe container that may or may not contain a value. More... | |
class | original::alternative< void > |
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Type-safe optional value container.
Provides an alternative<TYPE> class that can either contain a value of type 'TYPE' or be in an empty state (represented by original::none from types.h). This implementation provides:
Key features: