The allocator's pointer type.

Synopsis

Declared in <bslma_allocatortraits.h>

using pointer = __detected_or_t<value_type*, __pointer, _Alloc>;

Description

Alloc::pointer if that type exists, otherwise value_type*

Created with MrDocs