[#BloombergLP-bdlc-IndexClerk-putIndex] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/IndexClerk.adoc[IndexClerk]::putIndex :relfileprefix: ../../../ :mrdocs: Return the specified `index` to this index clerk for reuse. == Synopsis Declared in `<bdlc_indexclerk.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void putIndex(int index); ---- == Description Return the specified `index` to this index clerk, which indicates that `index` is no longer in use and may be reissued. The behavior is undefined if `index` has never been generated by this clerk or is currently decommissioned. == Parameters [cols="1,4"] |=== | Name| Description | *index* | index to return for reuse |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#