Optional.isEmpty

Checks if there is no value present

struct Optional
bool
isEmpty
()

Return Value

Type: bool

true if no value is present, false otherwise

Meta