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