[#BloombergLP-bslalg-ConstructorProxy-2constructor-017] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/ConstructorProxy.adoc[ConstructorProxy]::ConstructorProxy :relfileprefix: ../../../ :mrdocs: Same as the preceding overload. == Synopsis Declared in `<bslalg_constructorproxy.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class ARG01, class ARG02, class ARG03, class ARG04, class ARG05, class ARG06, class ARG07, class ARG08, class ARG09, class ARG10> ConstructorProxy( ARG01&& a01, ARG02&& a02, ARG03&& a03, ARG04&& a04, ARG05&& a05, ARG06&& a06, ARG07&& a07, ARG08&& a08, ARG09&& a09, ARG10&& a10, xref:BloombergLP/bslalg/ConstructorProxy.adoc[CtorAllocArgT] const& allocator); ---- == Parameters [cols="1,4"] |=== | 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 | *a05* | fifth argument forwarded to the proxied object constructor | *a06* | sixth argument forwarded to the proxied object constructor | *a07* | seventh argument forwarded to the proxied object constructor | *a08* | eighth argument forwarded to the proxied object constructor | *a09* | ninth argument forwarded to the proxied object constructor | *a10* | tenth argument forwarded to the proxied object constructor | *allocator* | allocator passed to the proxied object if it is allocator‐aware; ignored otherwise |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#