Create an allocator using the same memory_resource as the specified other allocator.
Declared in <bslalg_constructorproxy.h>
template<class T2>
ConstructorProxy_PolymorphicAllocator(bsl::polymorphic_allocator<T2> const& other);
| Name | Description |
|---|---|
| other | allocator whose memory resource is adopted |