[#BloombergLP-bslmf-ArrayToConstPointer-0f2-Type] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/ArrayToConstPointer-0f2.adoc[ArrayToConstPointer]::Type :relfileprefix: ../../../ :mrdocs: This `typedef` is an alias for the `const` pointer type corresponding to `t_TYPE` when `t_TYPE` is an array, and for `const t_TYPE` otherwise. == Synopsis Declared in `<bslmf_arraytopointer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef /* implementation-defined */::Type Type; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#