Same as the default constructor, using the specified objectCreator.
Synopsis
Declared in <bdlcc_sharedobjectpool.h>
explicit
SharedObjectPool(
CREATOR const& objectCreator,
bslma::Allocator* basicAllocator = 0);
Parameters
Name |
Description |
objectCreator |
creator used to construct pooled objects |
basicAllocator |
allocator used to supply memory |
Created with MrDocs