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