Optional.hasValue

struct Optional(T)
nothrow const
bool
hasValue
(
const T exp
)

Return Value

Type: bool

Whether this Optional contains the supplied value

Meta