BloombergLP::bslma::ConstructionUtil_IsAllocatorPtr<ALLOC*>

This partial specialization is for pointer type ALLOC * and evaulates true if and only if ALLOC is derived from bslma::Allocator.

Synopsis

Declared in <bslma_constructionutil.h>

template<class ALLOC>
struct ConstructionUtil_IsAllocatorPtr<ALLOC*>
    : bsl::is_convertible<ALLOC*, bslma::Allocator*>::type

Base Classes

NameDescription
bsl::is_convertible<ALLOC*, bslma::Allocator*>::type