Same as the preceding overload, using the default growBy value.
Synopsis
Declared in <bdlcc_objectpool.h>
template<class ANYPROTO>
explicit
ObjectPool(
bsl::function<ANYPROTO> const& objectCreator,
bslma::Allocator* basicAllocator = 0);
Created with MrDocs