Declare polymorphic_allocator as a C++11 compatible allocator for all versions of C++.
Declared in <bslma_polymorphicallocator.h>
template<class TYPE>
struct IsStdAllocator<bsl::polymorphic_allocator<TYPE>>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |