Return a reference to the mapped value for __key, inserting a default‐constructed value if the key is absent.

Synopsis

Declared in <bslstp_hashmap.h>

_Tp&
operator[](key_type const& __key);

Created with MrDocs