[#indirectmap-insert] = xref:indirectmap.adoc[indirectmap]::insert :relfileprefix: ../ :mrdocs: Insert a key/value pair, where the key is a pointer. == Synopsis Declared in `<indirectmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::pair<iterator, bool> insert(xref:indirectmap/value_type.adoc[value_type] const& value); ---- == Return Value A pair of an iterator to the entry and whether it was newly inserted. == Parameters [cols="1,4"] |=== | Name| Description | *value* | The pointer‐keyed entry to insert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#