llvm::ImutContainerInfo<T*>::DataOfValue

Returns the associated data for a set element (always true).

Synopsis

Declared in <llvm/ADT/ImmutableSet.h>

static
data_type_ref
DataOfValue(value_type_ref Unused);

Return Value

Always true for set elements.

Parameters

NameDescription
UnusedStored pointer (ignored for sets).