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