[#bsl-allocator_traits-0ae-pointer] = xref:bsl.adoc[bsl]::xref:bsl/allocator_traits-0ae.adoc[allocator_traits<std::allocator<ALLOCATOR_TYPE>>]::pointer :relfileprefix: ../../ :mrdocs: The allocator's pointer type. == Synopsis Declared in `<bslma_allocatortraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using pointer = __detected_or_t<value_type*, __pointer, _Alloc>; ---- == Description `Alloc::pointer` if that type exists, otherwise `value_type*` [.small]#Created with https://www.mrdocs.com[MrDocs]#