Create an empty object catalog, using the optionally specified allocator to supply any memory.
Synopsis
Declared in <bdlcc_objectcatalog.h>
explicit
ObjectCatalog(bslma::Allocator* allocator = 0);
Parameters
Name |
Description |
allocator |
allocator used to supply memory |
Created with MrDocs