Same as the preceding constructor, for rvalue a01.
Synopsis
Declared in <bslalg_constructorproxy.h>
template<class ARG01>
ConstructorProxy(
ARG01&& a01,
CtorAllocArgT const& allocator);
Parameters
Name |
Description |
a01 |
argument forwarded to the proxied object constructor, or unwrapped via |
allocator |
allocator passed to the proxied object if it is allocator‐aware; ignored otherwise |
Created with MrDocs