Constructors
Declared in <bdlc_indexclerk.h>
Create an index clerk that dispenses consecutive non-negative indices.
explicit
IndexClerk(bslma::Allocator* basicAllocator = 0);
» more...
Create an index clerk having the same value as the specified original.
IndexClerk(
IndexClerk const& original,
bslma::Allocator* basicAllocator = 0);
» more...
| Name | Description |
|---|---|
| basicAllocator | memory allocator; null uses the default |
| original | index clerk providing the value to copy |