BloombergLP::bslalg::ConstructorProxy::ConstructorProxy

Construct a proxy, passing no arguments except possibly a specified allocator to the constructor of the proxied object. If OBJECT_TYPE is allocator aware and allocator_type is a compatible allocator type, pass allocator to the proxied object constructor; otherwise ignore allocator. A compilation error will result unless OBJECT_TYPE has an (extended) default constructor.

Synopsis

Declared in <bslalg_constructorproxy.h>

explicit
ConstructorProxy(CtorAllocArgT const& allocator);