[#BloombergLP-bslmf-ArrayToConstPointer-0f2] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::ArrayToConstPointer :relfileprefix: ../../ :mrdocs: Meta‐function mapping an 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 ArrayToConstPointer; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/ArrayToConstPointer-0f2/Type.adoc[`Type`] | Const pointer type corresponding to `t_TYPE`. |=== == Specializations [cols="1"] |=== | Name | xref:BloombergLP/bslmf/ArrayToConstPointer-0fa.adoc[`ArrayToConstPointer<t_TYPE&>`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#