Wrapper around bsl::polymorphic_allocator that can tolerate being constructed with a null pointer.
Synopsis
Declared in <bslalg_constructorproxy.h>
template<class TYPE = bsl::polymorphic_allocator<>::value_type>
class ConstructorProxy_PolymorphicAllocator
: public bsl::polymorphic_allocator<TYPE>
Base Classes
Name |
Description |
Alias for |
Member Functions
Name |
Description |
|
Construct from the address of a |
|
Create an allocator using the same |
Declare that |
|
Declare that |
Created with MrDocs