[#BloombergLP-bslmf-ArrayToConstPointer-0fa] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/ArrayToConstPointer-0f2.adoc[ArrayToConstPointer]<t_TYPE&> :relfileprefix: ../../ :mrdocs: This partial specialization of `ArrayToConstPointer` for lvalue references converts the referenced array type to a `const` pointer type. == Synopsis Declared in `<bslmf_arraytopointer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct xref:BloombergLP/bslmf/ArrayToConstPointer-0f2.adoc[ArrayToConstPointer]<t_TYPE&>; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/ArrayToConstPointer-0fa/Type.adoc[`Type`] | This `typedef` is an alias for the `const` pointer type corresponding to the referenced type. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#