BloombergLP::bslalg::ConstructorProxy::ConstructorProxy

Same as the preceding constructor, for rvalue a01.

Synopsis

Declared in <bslalg_constructorproxy.h>

template<class ARG01>
ConstructorProxy(
    ARG01&& a01,
    CtorAllocArgT const& allocator);

Parameters

NameDescription
a01argument forwarded to the proxied object constructor, or unwrapped via object() if it is a ConstructorProxy
allocatorallocator passed to the proxied object if it is allocator-aware; ignored otherwise