[#BloombergLP-bdlcc-FixedQueueIndexManager-commitPushIndex] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/FixedQueueIndexManager.adoc[FixedQueueIndexManager]::commitPushIndex :relfileprefix: ../../../ :mrdocs: Mark the specified `index` as occupied (full) in the specified `generation`. The behavior is undefined unless `generation` and `index` match those returned by a previous successful call to `reservePushIndex` (that has not previously been committed). == Synopsis Declared in `<bdlcc_fixedqueueindexmanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void commitPushIndex( unsigned int generation, unsigned int index); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#