Returns true if the set contains the specified value.

Synopsis

Declared in <llvm/ADT/ImmutableSet.h>

bool
contains(value_type_ref V) const;

Return Value

True if V is present in the set.

Parameters

Name

Description

V

Element to look up.

Created with MrDocs