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