BloombergLP::bslma::IsStdAllocator<bsl::polymorphic_allocator<TYPE>>

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

NameDescription
bsl::true_typeMetafunction representing the boolean constant true.