|
gimo v0.1.0
|
Concept describing a type that can be used as a monad in the pipeline. More...
#include <Common.hpp>
Concept describing a type that can be used as a monad in the pipeline.
| T | The type to check. |
A type is nullable if:
gimo::traits specialization defining a null data member.null_for relationship with that null.gimo::traits::value(), member operator*, or ADL value() (in that priority).