Partial specialization that rejects pointer types as allocator‐aware.
Synopsis
Declared in <bslma_usesbslmaallocator.h>
template<class TYPE>
struct UsesBslmaAllocator<TYPE*>
: bsl::false_type
Description
Partial specialization that prevents any pointer from being considered an allocator‐aware (AA) type, including pointers that are convertible to bslma::Allocator *.
Base Classes
Name |
Description |
Metafunction representing the boolean constant |
Created with MrDocs