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