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

Name

Description

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

Created with MrDocs