[#BloombergLP-bslalg-ConstructorProxy-2constructor-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/ConstructorProxy.adoc[ConstructorProxy]::ConstructorProxy :relfileprefix: ../../../ :mrdocs: Same as the preceding constructor, for rvalue `a01`. == Synopsis Declared in `<bslalg_constructorproxy.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ARG01> ConstructorProxy( ARG01&& a01, xref:BloombergLP/bslalg/ConstructorProxy.adoc[CtorAllocArgT] const& allocator); ---- == Parameters [cols="1,4"] |=== | Name| Description | *a01* | argument forwarded to the proxied object constructor, or unwrapped via `object()` if it is a `ConstructorProxy` | *allocator* | allocator passed to the proxied object if it is allocator‐aware; ignored otherwise |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#