|
gimo v0.1.0
|
Concept describing the relationship between a Nullable type and its null state. More...
#include <Common.hpp>
Concept describing the relationship between a Nullable type and its null state.
| Null | The null type. |
| Nullable | the nullable type. |
Requires that the Nullable type can be compared to, constructed from, and assigned from the Null type defined in its traits.