beman::optional::optional<T&>::has_value

Checks if the optional has a value.

Synopsis

Declared in <beman/optional/optional.hpp>
constexpr
bool
has_value() const noexcept;


Return Value

bool

Created with MrDocs