getValue overloads

Synopses

Declared in <llvm/ADT/ScopedHashTable.h>

Return the bound value (const).

V const&
getValue() const;

Return the bound value.

V&
getValue();

Return Value

  • Const reference to the value.

  • Reference to the value.

Created with MrDocs