Same as the preceding overload, ignoring allocator.
Declared in <bslalg_scalarprimitives.h>
template<class TARGET_TYPE>
static
void
defaultConstruct(
TARGET_TYPE* address,
void* allocator);
| Name | Description |
|---|---|
| address | address of uninitialized storage |
| allocator | allocator to ignore |