Return the specified index to this index clerk for reuse.

Synopsis

Declared in <bdlc_indexclerk.h>

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

Name

Description

index

index to return for reuse

Created with MrDocs