find overloads

Synopses

Declared in <llvm/ADT/DenseMap.h>

Return an iterator to the entry for Val, or end() if not found.

[[nodiscard]]
iterator
find(const_arg_type_t<KeyT> Val);

Return a const iterator to the entry for Val, or end() if not found.

[[nodiscard]]
const_iterator
find(const_arg_type_t<KeyT> Val) const;

Return Value

Note

The return value should not be discarded.

Created with MrDocs