Return the entry for the specified key, or abort if no such entry exists.

Synopses

Declared in <llvm/ADT/DenseMap.h>

Return the entry for the specified key, or abort if no such entry exists.

[[nodiscard]]
ValueT&
at(const_arg_type_t<KeyT> Val);

Return the entry for the specified key, or abort if no such entry exists.

[[nodiscard]]
ValueT const&
at(const_arg_type_t<KeyT> Val) const;

Return Value

Note

The return value should not be discarded.

Created with MrDocs