Same as the preceding constructor, for rvalue a01.
Declared in <bslalg_constructorproxy.h>
template<class ARG01>
ConstructorProxy(
ARG01&& a01,
CtorAllocArgT const& allocator);
| 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 |