createInplace overloads
Declared in <bslstl_sharedptr.h>
Create the managed object in-place using the default allocator.
void
createInplace();
» more...
Create the managed object in-place using basicAllocator.
template<class... ARGS>
void
createInplace(
BloombergLP::bslma::Allocator* basicAllocator,
ARGS&&... args);
» more...
| Name | Description |
|---|---|
| basicAllocator | allocator used to supply memory |
| args | constructor arguments forwarded to the new object |