mrdocs::Optional::has_value

True if engaged (contains a value).

Synopsis

Declared in <mrdocs/ADT/Optional.hpp>

constexpr
bool
has_value() const noexcept(has_value_noex_());

Return Value

true if the optional contains a value.

Created with MrDocs