mrdocs::Optional::operator bool

Contextual bool.

Synopsis

Declared in <mrdocs/ADT/Optional.hpp>

constexpr
explicit
operator bool() const noexcept(noexcept(this‐>has_value()));

Return Value

The object converted to bool

Created with MrDocs