This partial specialization is for pointer type ALLOC * and evaulates true if and only if ALLOC is derived from bslma::Allocator.
Declared in <bslma_constructionutil.h>
template<class ALLOC>
struct ConstructionUtil_IsAllocatorPtr<ALLOC*>
: bsl::is_convertible<ALLOC*, bslma::Allocator*>::type
| Name | Description |
|---|---|
bsl::is_convertible<ALLOC*, bslma::Allocator*>::type |