|
gimo v0.1.0
|
Concept determining whether the Nullable is constructible with the specified argument.
More...
#include <Common.hpp>
Concept determining whether the Nullable is constructible with the specified argument.
| T | The type to check. |
| Arg | The construction argument type to forward. |
A nullable is considered constructible from value if at least one of the following is true:
gimo::traits specialization has an accessible from_value static function, which takes Arg as argument and returns T.Arg.