[#BloombergLP-bdlcc-SkipList-0a-addR-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList]::addR :relfileprefix: ../../../ :mrdocs: `addR` overloads == Synopses Declared in `<bdlcc_skiplist.h>` Add `key`/`data`, searching for position from the back. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlcc/SkipList-0a/addR-05.adoc[addR]( KEY const& key, DATA const& data, bool* newFrontFlag = 0); ---- [.small]#xref:BloombergLP/bdlcc/SkipList-0a/addR-05.adoc[_» more..._]# Add `key`/`data` from the back and load a handle into `result`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlcc/SkipList-0a/addR-0d.adoc[addR]( xref:BloombergLP/bdlcc/SkipList-0a/PairHandle.adoc[PairHandle]* result, KEY const& key, DATA const& data, bool* newFrontFlag = 0); ---- [.small]#xref:BloombergLP/bdlcc/SkipList-0a/addR-0d.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *key* | key of the pair | *data* | data associated with `key` | *newFrontFlag* | if non‐null, set to whether the pair is at the front | *result* | receives a reference to the inserted pair |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#