Same as the preceding overload.
Declared in <bslalg_constructorproxy.h>
template<
class ARG01,
class ARG02,
class ARG03,
class ARG04>
ConstructorProxy(
ARG01&& a01,
ARG02&& a02,
ARG03&& a03,
ARG04&& a04,
CtorAllocArgT const& allocator);
| Name | Description |
|---|---|
| a01 | first argument forwarded to the proxied object constructor |
| a02 | second argument forwarded to the proxied object constructor |
| a03 | third argument forwarded to the proxied object constructor |
| a04 | fourth argument forwarded to the proxied object constructor |
| allocator | allocator passed to the proxied object if it is allocator-aware; ignored otherwise |