BDE 4.14.0 Production release
|
#include <bslma_polymorphicallocator.h>
Public Types | |
typedef polymorphic_allocator< ANY_TYPE > | other |
This nested struct
template, parameterized by ANY_TYPE
, provides a namespace for an other
type alias, which is an allocator type following the same template as this one but that allocates elements of ANY_TYPE
. Note that this allocator type is convertible to and from other
for any type, including void
.
typedef polymorphic_allocator<ANY_TYPE> bsl::polymorphic_allocator< TYPE >::rebind< ANY_TYPE >::other |