Insert a key/value pair, where the key is a pointer.
Declared in <indirectmap.h>
<indirectmap.h>
std::pair<iterator, bool> insert(value_type const& value);
A pair of an iterator to the entry and whether it was newly inserted.