Same as the preceding overload, ignoring allocator.
Synopsis
Declared in <bslalg_scalarprimitives.h>
template<
class TARGET_TYPE,
class ARG1,
class ARG2,
class ARG3,
class ARG4,
class ARG5>
static
void
construct(
TARGET_TYPE* address,
ARG1 const& a1,
ARG2 const& a2,
ARG3 const& a3,
ARG4 const& a4,
ARG5 const& a5,
void* allocator);
Parameters
Name |
Description |
address |
address of uninitialized storage |
a1 |
first constructor argument |
a2 |
second constructor argument |
a3 |
third constructor argument |
a4 |
fourth constructor argument |
a5 |
fifth constructor argument |
allocator |
allocator to ignore |
Created with MrDocs