Metafunction that inherits from true_type if the ALLOC type is a pointer to bslma::Allocator or a class derived from it and false_type otherwise.
Synopsis
Declared in <bslma_constructionutil.h>
template<class ALLOC>
struct ConstructionUtil_IsAllocatorPtr
: bsl::false_type
Base Classes
Name |
Description |
Metafunction representing the boolean constant |
Specializations
Name |
Description |
This partial specialization is for pointer type |
Created with MrDocs