CodeQL library for C/C++
codeql/cpp-all 0.12.12-dev (changelog, source)
Search

Class Option::None

The singleton None element.

Import path

import codeql.util.Option

Direct supertypes

Indirect supertypes

Inherited predicates

asSome

Gets the wrapped element, if any.

from Option
isNone

Holds if this option is the singleton None.

from Option
toString

Gets a textual representation of this element.

from Option