ΒΆinline constexpr __private::NoneMarker
none() noexcept
inline constexpr __private::NoneMarker
none() noexcept
Description
Used to construct an option with a None value. Calling none() produces a hint to make an option but does not actually construct the option. This is because the type `T` is not known until the construction is explicitly requested.
Declared at: sus/option/option.h:2013